Eyeshot 10 WinForms API Reference
HexagonalRegion Constructor(Double,Double,Double,Double,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > HexagonalRegion Class > HexagonalRegion Constructor : HexagonalRegion Constructor(Double,Double,Double,Double,Boolean)
Position along the plane X axis
Position along the plane Y axis
The hexagon radius
Rotation angle in radians
When true, the radius is considered of the inscribed circle
Position constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal radius As Double, _
   Optional ByVal angle As Double, _
   Optional ByVal inscribed As Boolean _
)
public HexagonalRegion( 
   double x,
   double y,
   double radius,
   double angle,
   bool inscribed
)

Parameters

x
Position along the plane X axis
y
Position along the plane Y axis
radius
The hexagon radius
angle
Rotation angle in radians
inscribed
When true, the radius is considered of the inscribed circle
See Also

Reference

HexagonalRegion Class
HexagonalRegion Members
Overload List