Region.CreateCircle (Double, Double, Double) Method

Creates a circular region by position.
Public Shared Function CreateCircle( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal radius As Double
) As Region
This language is not supported or no code example is available.
public static Region CreateCircle( 
double x
double y
double radius 
)
This language is not supported or no code example is available.

Parameters

x
double

Center's X coordinate

y
double

Center's Y coordinate

radius
double

Radius

Return Value

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition