Click or drag to resize

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)
Syntax
public static RectangleF Shrink(
	RectangleF rect,
	float left,
	float right,
	float top,
	float bot
)

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