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




A System.Drawing.Point 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 starting at the current draw location.
Syntax
'Declaration
 
Public Overloads Sub Line( _
   ByVal endPoint As Point, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim endPoint As Point
Dim color As Color
 
instance.Line(endPoint, color)
public void Line( 
   Point endPoint,
   Color color
)
public: void Line( 
   Point endPoint,
   Color color
) 
public:
void Line( 
   Point endPoint,
   Color color
) 

Parameters

endPoint
A System.Drawing.Point 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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback