Accusoft.PrintPro8.Net
Line(PointF) Method




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

Parameters

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

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback