Rectangle, encompassing object
Syntax
'Declaration
Public ReadOnly Property Rect As CiRect
'Usage
Dim instance As CiObject
Dim value As CiRect
value = instance.Rect
public CiRect Rect {get;}
public read-only property Rect: CiRect;
public function get Rect : CiRect
public:
property CiRect^ Rect {
CiRect^ get();
}
See Also