Nevron.UI Namespace / NTickShapeRenderInfo Structure / NTickShapeRenderInfo Constructor


NTickShapeRenderInfo Constructor
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)

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