Accusoft.PrintPro7.Net
RoundRectangle(RectangleF,Single,Single,Color) Method
See Also  Send Feedback
Accusoft.PrintProSdk Namespace > Draw Class > RoundRectangle Method : RoundRectangle(RectangleF,Single,Single,Color) Method




boundingBox
A System.Drawing.RectangleF which represents the location of the rectangle.
roundWidth
A single-precision value that specifies the width of the ellipse used to draw the rounded corners. A negative value has the same effect as its positive counterpart.
roundHeight
A single-precision value that specifies the height of the ellipse used to draw the rounded corners. A negative value has the same effect as its positive counterpart.
color
A System.Drawing.Color which represents the Color of the circle’s outline.

Glossary Item Box

Draws a rectangle with rounded corners on printer.

Syntax

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

Parameters

boundingBox
A System.Drawing.RectangleF which represents the location of the rectangle.
roundWidth
A single-precision value that specifies the width of the ellipse used to draw the rounded corners. A negative value has the same effect as its positive counterpart.
roundHeight
A single-precision value that specifies the height of the ellipse used to draw the rounded corners. A negative value has the same effect as its positive counterpart.
color
A System.Drawing.Color which represents the Color of the circle’s outline.

Remarks

The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn.

The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties.

See Also

©2013. Accusoft Corporation. All Rights Reserved.