Accusoft.PrintPro8.Net
Line(PointF,PointF) Method




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

Parameters

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

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback