Accusoft.PrintPro8.Net
Line(PointF,PointF,Color) 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.
The System.Drawing.Color used to draw the line.
Draws a line on a printer.
Syntax
'Declaration
 
Public Overloads Sub Line( _
   ByVal startPoint As PointF, _
   ByVal endPoint As PointF, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim startPoint As PointF
Dim endPoint As PointF
Dim color As Color
 
instance.Line(startPoint, endPoint, color)
public void Line( 
   PointF startPoint,
   PointF endPoint,
   Color color
)
public: void Line( 
   PointF startPoint,
   PointF endPoint,
   Color color
) 
public:
void Line( 
   PointF startPoint,
   PointF endPoint,
   Color color
) 

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.
color
The System.Drawing.Color used to draw the line.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback