ScanFix Xpress v9.0 for .NET - Updated
End Property




Accusoft.ScanFixXpressSdk Namespace > GraphicLine Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.