'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)
public NGenericNGon( System.int vertexCount, System.float startAngle, System.float radius, NPointF center )
Parameters
- vertexCount
- startAngle
- radius
- center