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




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

Parameters

startPoint
The coordinate of the starting point for the line.
endPoint
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