ClearImage .NET API
Rect Property (CiObject)





Inlite.ClearImage Namespace > CiObject Class : Rect Property
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

Reference

CiObject Class
CiObject Members