Accusoft.PrintPro7.Net
Line(PointF,Boolean,Boolean) Method
See Also  Send Feedback
Accusoft.PrintProSdk Namespace > Draw Class > Line Method : Line(PointF,Boolean,Boolean) Method




endPoint
A System.Drawing.PointF which represents 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.

Glossary Item Box

Draws a black line or rectangle on a printer starting at the current draw location.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

endPoint
A System.Drawing.PointF which represents 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

©2013. Accusoft Corporation. All Rights Reserved.