ClearImage .NET API
Start Property (ImageLine)





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

Reference

ImageLine Class
ImageLine Members