|
GH_Attr_WidgetShrink Method
|
Shrink rectangle.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static RectangleF Shrink(
RectangleF rect,
float left,
float right,
float top,
float bot
)
Public Shared Function Shrink (
rect As RectangleF,
left As Single,
right As Single,
top As Single,
bot As Single
) As RectangleF
public:
static RectangleF Shrink(
RectangleF rect,
float left,
float right,
float top,
float bot
)
static member Shrink :
rect : RectangleF *
left : float32 *
right : float32 *
top : float32 *
bot : float32 -> RectangleF
Parameters
- rect
- Type: System.DrawingRectangleF
Rect. - left
- Type: SystemSingle
Left. - right
- Type: SystemSingle
Right. - top
- Type: SystemSingle
Top. - bot
- Type: SystemSingle
Bot.
Return Value
Type:
RectangleF[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_Attr_Widget.Shrink(System.Drawing.RectangleF,System.Single,System.Single,System.Single,System.Single)"]
See Also