Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NBasicShapeFactory Class / InitNGram Method
Numner of edges


In This Topic
    InitNGram Method
    In This Topic
    Inits the star shape.
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub InitNGram( _
       ByVal shape As NShape, _
       ByVal vertexCount As System.Integer, _
       ByVal heightFactor As System.String _
    ) 
    'Usage
     
    
    Dim instance As NBasicShapeFactory
    Dim shape As NShape
    Dim vertexCount As System.Integer
    Dim heightFactor As System.String
     
    instance.InitNGram(shape, vertexCount, heightFactor)
    protected internal virtual void InitNGram( 
       NShape shape,
       System.int vertexCount,
       System.string heightFactor
    )

    Parameters

    shape
    vertexCount
    Numner of edges
    heightFactor
    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