CompositeCurve.CreateHexagon (Double, Boolean) Method

Creates an hexagonal composite curve.
Public Shared Function CreateHexagon( _ 
ByVal radius As Double, _ 
Optional ByVal inscribed As Boolean = false _ 
) As CompositeCurve
This language is not supported or no code example is available.
public static CompositeCurve CreateHexagon( 
double radius
bool inscribed = false 
)
This language is not supported or no code example is available.

Parameters

radius
double

Radius

inscribed
bool

When true, the radius is considered of the inscribed circle

Return Value

CompositeCurve

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition