Click or drag to resize

CommonRoundRect Method

Creates a round rect shape

Namespace:  MediaCy.Controls.Common.Vb
Assembly:  MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function RoundRect ( 
	r As Rectangle,
	roundRadius As Integer
) As GraphicsPath

Parameters

r
Type: System.DrawingRectangle
roundRadius
Type: SystemInt32

Return Value

Type: GraphicsPath
See Also