Accusoft.PrintPro7.Net
Rectangle(Point,Point,Color,Boolean) Method
See Also  Send Feedback
Accusoft.PrintProSdk Namespace > Draw Class > Rectangle Method : Rectangle(Point,Point,Color,Boolean) Method




startPoint
A System.Drawing.PointF which represents the coordinate of the starting point for the rectangle.
endPoint
A System.Drawing.PointF which represents the coordinate of the end point for the rectangle being drawn.
color
A System.Drawing.Color which represents the color used to draw the rectangle.
fill
A boolean value which when true, the Color parameter is used to fill the rectangle and the FillColor and FillStyle properties are ignored.

Glossary Item Box

Draws a rectangle on a printer.

Syntax

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

Parameters

startPoint
A System.Drawing.PointF which represents the coordinate of the starting point for the rectangle.
endPoint
A System.Drawing.PointF which represents the coordinate of the end point for the rectangle being drawn.
color
A System.Drawing.Color which represents the color used to draw the rectangle.
fill
A boolean value which when true, the Color parameter is used to fill the rectangle and the FillColor and FillStyle properties are ignored.

See Also

©2013. Accusoft Corporation. All Rights Reserved.