Accusoft.Forms1 - Updated
End Property



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

Reference

GraphicLine Class
GraphicLine Members