HexagonalRegion(Double, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal radius As Double, _ 
Optional ByVal inscribed As Boolean = false _ 
)
This language is not supported or no code example is available.
public HexagonalRegion( 
double radius
bool inscribed = false 
)
This language is not supported or no code example is available.

Parameters

radius
double

The hexagon radius

inscribed
bool

When true, the radius is considered of the inscribed circle

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition