Region.CreateSlot (Double, Double, Boolean) Method

Creates a region with the shape of a slot.
Public Shared Function CreateSlot( _ 
ByVal length As Double, _ 
ByVal radius As Double, _ 
Optional ByVal centered As Boolean = false _ 
) As Region
This language is not supported or no code example is available.
public static Region CreateSlot( 
double length
double radius
bool centered = false 
)
This language is not supported or no code example is available.

Parameters

length
double

Center to center length

radius
double

Radius

centered
bool

When true, the slot is built centered on the origin.

Return Value

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition