ClearImage .NET API
End Property (CiLine)





Inlite.ClearImage Namespace > CiLine Class : End Property
Line end coordinates
Syntax
'Declaration
 
Public ReadOnly Property End As CiPoint
'Usage
 
Dim instance As CiLine
Dim value As CiPoint
 
value = instance.End
public CiPoint End {get;}
public read-only property End: CiPoint; 
public function get End : CiPoint
public:
property CiPoint^ End {
   CiPoint^ get();
}
See Also

Reference

CiLine Class
CiLine Members