Nevron.Diagram.Shapes Namespace / NGenericNGon Class / NGenericNGon Constructor


NGenericNGon Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal vertexCount As System.Integer, _
   ByVal startAngle As System.Single, _
   ByVal radius As System.Single, _
   ByVal center As NPointF _
)
 
'Usage
 
Dim vertexCount As System.Integer
Dim startAngle As System.Single
Dim radius As System.Single
Dim center As NPointF
 
Dim instance As New NGenericNGon(vertexCount, startAngle, radius, center)

Parameters

vertexCount
startAngle
radius
center
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also