Accusoft.Forms1 - Updated
Start Property



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

Reference

GraphicLine Class
GraphicLine Members