Accusoft.PrintPro8.Net
RoundRectangle(Rectangle,Int32,Color) Method




The location of the rectangle
A single-precision value that specifies the width and height of the ellipse used to draw the rounded corners. A negative value has the same effect as a positive value.
Color of the circle’s outline
Draws a rectangle with rounded corners on printer 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
Syntax
'Declaration
 
Public Overloads Sub RoundRectangle( _
   ByVal boundingBox As Rectangle, _
   ByVal roundSize As Integer, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim boundingBox As Rectangle
Dim roundSize As Integer
Dim color As Color
 
instance.RoundRectangle(boundingBox, roundSize, color)
public void RoundRectangle( 
   Rectangle boundingBox,
   int roundSize,
   Color color
)
public: void RoundRectangle( 
   Rectangle boundingBox,
   int roundSize,
   Color color
) 
public:
void RoundRectangle( 
   Rectangle boundingBox,
   int roundSize,
   Color color
) 

Parameters

boundingBox
The location of the rectangle
roundSize
A single-precision value that specifies the width and height of the ellipse used to draw the rounded corners. A negative value has the same effect as a positive value.
color
Color of the circle’s outline
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback