Nevron Open Vision Documentation
Nevron.Nov.Graphics 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.Double, _
       ByVal outerRadius As System.Double, _
       ByVal innerRadius As System.Double, _
       ByVal center As NPoint _
    )
    'Usage
     
    
    Dim vertexCount As System.Integer
    Dim startAngle As System.Double
    Dim outerRadius As System.Double
    Dim innerRadius As System.Double
    Dim center As NPoint
     
    Dim instance As New NGenericNGram(vertexCount, startAngle, outerRadius, innerRadius, center)
    public NGenericNGram( 
       System.int vertexCount,
       System.double startAngle,
       System.double outerRadius,
       System.double innerRadius,
       NPoint center
    )

    Parameters

    vertexCount
    startAngle
    outerRadius
    innerRadius
    center
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also