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




The coordinate of the starting point for the line or rectangle.
The coordinate of the end point for the line or rectangle being drawn.
A boolean value that if True, causes a box to be drawn using the coordinates to specify opposite corners of the box.
A boolean value that if True and the box option is used, specifies that the box is filled with the same color used to draw the box. You cannot use fill without box. If box is used without fill, the box is filled with the current FillColor and FillStyle.
Draws a black line or rectangle on a printer
Syntax
'Declaration
 
Public Overloads Sub Line( _
   ByVal startPoint As Point, _
   ByVal endPoint As Point, _
   ByVal box As Boolean, _
   ByVal fill As Boolean _
) 
'Usage
 
Dim instance As Draw
Dim startPoint As Point
Dim endPoint As Point
Dim box As Boolean
Dim fill As Boolean
 
instance.Line(startPoint, endPoint, box, fill)
public void Line( 
   Point startPoint,
   Point endPoint,
   bool box,
   bool fill
)
public: void Line( 
   Point startPoint,
   Point endPoint,
   bool box,
   bool fill
) 
public:
void Line( 
   Point startPoint,
   Point endPoint,
   bool box,
   bool fill
) 

Parameters

startPoint
The coordinate of the starting point for the line or rectangle.
endPoint
The coordinate of the end point for the line or rectangle being drawn.
box
A boolean value that if True, causes a box to be drawn using the coordinates to specify opposite corners of the box.
fill
A boolean value that if True and the box option is used, specifies that the box is filled with the same color used to draw the box. You cannot use fill without box. If box is used without fill, the box is filled with the current FillColor and FillStyle.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback