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




The coordinate of the end point for the line or rectangle being drawn.
The color used to draw the line or box
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 line or rectangle on a printer starting from the current draw location
Syntax
'Declaration
 
Public Overloads Sub Line( _
   ByVal endPoint As Point, _
   ByVal color As Color, _
   ByVal box As Boolean, _
   ByVal fill As Boolean _
) 
'Usage
 
Dim instance As Draw
Dim endPoint As Point
Dim color As Color
Dim box As Boolean
Dim fill As Boolean
 
instance.Line(endPoint, color, box, fill)
public void Line( 
   Point endPoint,
   Color color,
   bool box,
   bool fill
)
public: void Line( 
   Point endPoint,
   Color color,
   bool box,
   bool fill
) 
public:
void Line( 
   Point endPoint,
   Color color,
   bool box,
   bool fill
) 

Parameters

endPoint
The coordinate of the end point for the line or rectangle being drawn.
color
The color used to draw the line or box
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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback