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




Accusoft.ScanFixXpressSdk Namespace > GraphicLine Class : Start Property
Represents the start point of the line.
Syntax
'Declaration
 
Public Property Start As Point
'Usage
 
Dim instance As GraphicLine
Dim value As Point
 
instance.Start = value
 
value = instance.Start
public Point Start {get; set;}
public: __property Point get_Start();
public: __property void set_Start( 
   Point value
);
public:
property Point Start {
   Point get();
   void set (    Point value);
}
See Also

Reference

GraphicLine Class
GraphicLine Members

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