Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NGenericNGram Class / NGenericNGram Constructor


In This Topic
    NGenericNGram Constructor
    In This Topic
    Initializer constructor
    Syntax
    '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
    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