Accusoft.PrintPro8.Net
Line(Point) Method




A System.Drawing.Point which represents the coordinate of the end point for the line or rectangle being drawn.
Draws a black line starting at the current draw location.
Syntax
'Declaration
 
Public Overloads Sub Line( _
   ByVal endPoint As Point _
) 
'Usage
 
Dim instance As Draw
Dim endPoint As Point
 
instance.Line(endPoint)
public void Line( 
   Point endPoint
)
public: void Line( 
   Point endPoint
) 
public:
void Line( 
   Point endPoint
) 

Parameters

endPoint
A System.Drawing.Point which represents the coordinate of the end point for the line or rectangle being drawn.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback