ClearImage .NET API
Rect Property (CiLine)





Inlite.ClearImage Namespace > CiLine Class : Rect Property
Rectangle, encompassing line
Syntax
'Declaration
 
Public ReadOnly Property Rect As CiRect
'Usage
 
Dim instance As CiLine
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

CiLine Class
CiLine Members