AVEVA CAF API Documenation

The graphics to act on.
The brush.
The rectangle.
The radius.
FillRoundedRectangle(Graphics,Brush,RectangleF,Int32) Method
The Graphics extension method that fill rounded rectangle.
Syntax
[Extension()]
public static void FillRoundedRectangle( 
   Graphics graphics,
   Brush brush,
   RectangleF rectangle,
   int radius
)
[Extension()]
public:
static void FillRoundedRectangle( 
   Graphics^ graphics,
   Brush^ brush,
   RectangleF rectangle,
   int radius
) 

Parameters

graphics
The graphics to act on.
brush
The brush.
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