AVEVA CAF API Documenation

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

Parameters

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