Accusoft.PrintPro8.Net
Line(Point,Point,Color) Method




The coordinate of the starting point for the line.
The coordinate of the end point for the line being drawn.
The color used to draw the line
Draws a line on a printer
Syntax
'Declaration
 
Public Overloads Sub Line( _
   ByVal startPoint As Point, _
   ByVal endPoint As Point, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim startPoint As Point
Dim endPoint As Point
Dim color As Color
 
instance.Line(startPoint, endPoint, color)
public void Line( 
   Point startPoint,
   Point endPoint,
   Color color
)
public: void Line( 
   Point startPoint,
   Point endPoint,
   Color color
) 
public:
void Line( 
   Point startPoint,
   Point endPoint,
   Color color
) 

Parameters

startPoint
The coordinate of the starting point for the line.
endPoint
The coordinate of the end point for the line being drawn.
color
The color used to draw the line
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback