AVEVA CAF API Documenation

The graphics to act on.
The pen.
The rectangle.
The radius.
DrawRoundedRectangle(Graphics,Pen,RectangleF,Int32) Method
The Graphics extension method that draw rounded rectangle.
Syntax
[Extension()]
public static void DrawRoundedRectangle( 
   Graphics graphics,
   Pen pen,
   RectangleF rectangle,
   int radius
)
[Extension()]
public:
static void DrawRoundedRectangle( 
   Graphics^ graphics,
   Pen^ pen,
   RectangleF rectangle,
   int radius
) 

Parameters

graphics
The graphics to act on.
pen
The pen.
rectangle
The rectangle.
radius
The radius.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also