Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NDial Class / NDial Constructor / NDial Constructor(ENDialShape,NDialRim)


In This Topic
    NDial Constructor(ENDialShape,NDialRim)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As ENDialShape, _
       ByVal rim As NDialRim _
    )
    'Usage
     
    
    Dim shape As ENDialShape
    Dim rim As NDialRim
     
    Dim instance As New NDial(shape, rim)
    public NDial( 
       ENDialShape shape,
       NDialRim rim
    )

    Parameters

    shape
    rim
    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