Accusoft.PrintPro8.Net
RoundRectangle(Point,Point,Int32,Int32) Method




the upper-left coordinate
the lower-right coordinate
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.
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.
Draws a black 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 upperLeft As Point, _
   ByVal lowerRight As Point, _
   ByVal roundWidth As Integer, _
   ByVal roundHeight As Integer _
) 
'Usage
 
Dim instance As Draw
Dim upperLeft As Point
Dim lowerRight As Point
Dim roundWidth As Integer
Dim roundHeight As Integer
 
instance.RoundRectangle(upperLeft, lowerRight, roundWidth, roundHeight)
public void RoundRectangle( 
   Point upperLeft,
   Point lowerRight,
   int roundWidth,
   int roundHeight
)
public: void RoundRectangle( 
   Point upperLeft,
   Point lowerRight,
   int roundWidth,
   int roundHeight
) 
public:
void RoundRectangle( 
   Point upperLeft,
   Point lowerRight,
   int roundWidth,
   int roundHeight
) 

Parameters

upperLeft
the upper-left coordinate
lowerRight
the lower-right coordinate
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.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback