FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..drawRoundedRectangle Method

Draws the rounded rectangle.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public static void drawRoundedRectangle(
	Graphics oGraphics,
	Rectangle oRectangle,
	int cornerRadius,
	Pen oBorderPen,
	Nullable<Color> oFillColor
)
Public Shared Sub drawRoundedRectangle ( _
	oGraphics As Graphics, _
	oRectangle As Rectangle, _
	cornerRadius As Integer, _
	oBorderPen As Pen, _
	oFillColor As Nullable(Of Color) _
)
public:
static void drawRoundedRectangle(
	Graphics^ oGraphics, 
	Rectangle^ oRectangle, 
	int^ cornerRadius, 
	Pen^ oBorderPen, 
	Nullable<Color^> oFillColor
)

Parameters

oGraphics
Type: Graphics
The o graphics.
oRectangle
Type: Rectangle
The o rectangle.
cornerRadius
Type: Int32
The corner radius.
oBorderPen
Type: Pen
The o pen.
oFillColor
Type: Nullable<(Of <(<'Color>)>)>
Color of the o fill.