Nevron .NET Vision
Nevron.UI Namespace / NTickShapeRenderInfo Structure / NTickShapeRenderInfo Constructor


In This Topic
    NTickShapeRenderInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As NTickInfo, _
       ByVal or As System.Windows.Forms.Orientation, _
       ByVal min As System.Integer, _
       ByVal max As System.Integer _
    )
    'Usage
     
    
    Dim info As NTickInfo
    Dim or As System.Windows.Forms.Orientation
    Dim min As System.Integer
    Dim max As System.Integer
     
    Dim instance As New NTickShapeRenderInfo(info, or, min, max)
    public NTickShapeRenderInfo( 
       NTickInfo info,
       System.Windows.Forms.Orientation or,
       System.int min,
       System.int max
    )

    Parameters

    info
    or
    min
    max
    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