AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation.Utilities Namespace > GraphicsExtensions Class > FillRoundedRectangle Method : FillRoundedRectangle(Graphics,Brush,RectangleF,Int32,RectangleEdgeFilter) Method
The graphics to act on.
The brush.
The rectangle.
The radius.
Specifies the filter.
FillRoundedRectangle(Graphics,Brush,RectangleF,Int32,RectangleEdgeFilter) Method
The Graphics extension method that fill rounded rectangle.
Syntax
[Extension()]
public static void FillRoundedRectangle( 
   Graphics graphics,
   Brush brush,
   RectangleF rectangle,
   int radius,
   RectangleEdgeFilter filter
)
[Extension()]
public:
static void FillRoundedRectangle( 
   Graphics^ graphics,
   Brush^ brush,
   RectangleF rectangle,
   int radius,
   RectangleEdgeFilter filter
) 

Parameters

graphics
The graphics to act on.
brush
The brush.
rectangle
The rectangle.
radius
The radius.
filter
Specifies the filter.
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