'Declaration
Public Function New( _ ByVal vertexCount As System.Integer, _ ByVal startAngle As System.Single, _ ByVal outerRadius As System.Single, _ ByVal innerRadius As System.Single, _ ByVal center As NPointF _ )
'Usage
Dim vertexCount As System.Integer Dim startAngle As System.Single Dim outerRadius As System.Single Dim innerRadius As System.Single Dim center As NPointF Dim instance As New NGenericNGram(vertexCount, startAngle, outerRadius, innerRadius, center)
public NGenericNGram( System.int vertexCount, System.float startAngle, System.float outerRadius, System.float innerRadius, NPointF center )
Parameters
- vertexCount
- startAngle
- outerRadius
- innerRadius
- center