ToolBar.BuildRoundedRectangle Method

Public Shared Function BuildRoundedRectangle( _ 
ByVal x As Single, _ 
ByVal y As Single, _ 
ByVal width As Single, _ 
ByVal height As Single, _ 
ByVal radius As Single
) As GraphicsPath
This language is not supported or no code example is available.
public static GraphicsPath BuildRoundedRectangle( 
float x
float y
float width
float height
float radius 
)
This language is not supported or no code example is available.

Parameters

x
float

y
float

width
float

height
float

radius
float

Return Value

GraphicsPath

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition