GCompositeCurve.CreateHexagon (Double, Boolean) Method

Creates an hexagonal composite igCurve.
Public Shared Function CreateHexagon( _ 
ByVal radius As Double, _ 
Optional ByVal inscribed As Boolean = false _ 
) As GCompositeCurve
This language is not supported or no code example is available.
public static GCompositeCurve 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

GCompositeCurve

.NET Framework

Supported in: 4.7.2

In this article

Definition