Click or drag to resize

GH_Item_drawing_rectangle Property

Returns the internal data of this item cast to a Rectangle. If the data is not stored as a Rectangle, a conversion exception might be thrown.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public Rectangle _drawing_rectangle { get; }

Property Value

Type: Rectangle

[Missing <value> documentation for "P:GH_IO.Types.GH_Item._drawing_rectangle"]

Exceptions
ExceptionCondition
OverflowExceptionThrown if the type conversion fails.
InvalidCastExceptionThrown if the type conversion is invalid.
See Also