ClearImage .NET API
End Property (ImageLine)





Inlite.ClearImageNet Namespace > ImageLine Class : End Property
Ending point of the line
Syntax
'Declaration
 
Public ReadOnly Property End As System.Drawing.Point
'Usage
 
Dim instance As ImageLine
Dim value As System.Drawing.Point
 
value = instance.End
public System.Drawing.Point End {get;}
public read-only property End: System.Drawing.Point; 
public function get End : System.Drawing.Point
public:
property System.Drawing.Point End {
   System.Drawing.Point get();
}
See Also

Reference

ImageLine Class
ImageLine Members