Accusoft.ScanFixXpress8.Net
End Property




Represents the end point of the line.
Syntax
'Declaration
 
Public Property End As Point
'Usage
 
Dim instance As GraphicLine
Dim value As Point
 
instance.End = value
 
value = instance.End
public Point End {get; set;}
public: __property Point get_End();
public: __property void set_End( 
   Point value
);
public:
property Point End {
   Point get();
   void set (    Point value);
}
See Also

Reference

GraphicLine Class
GraphicLine Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback