Nevron .NET Vision
Nevron.Chart Namespace / NGaugeModelAnchor Class / NGaugeModelAnchor Constructor / NGaugeModelAnchor Constructor(NGaugePanel,NPointL)


In This Topic
    NGaugeModelAnchor Constructor(NGaugePanel,NPointL)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal gauge As NGaugePanel, _
       ByVal modelPoint As NPointL _
    )
    'Usage
     
    
    Dim gauge As NGaugePanel
    Dim modelPoint As NPointL
     
    Dim instance As New NGaugeModelAnchor(gauge, modelPoint)
    public NGaugeModelAnchor( 
       NGaugePanel gauge,
       NPointL modelPoint
    )

    Parameters

    gauge
    modelPoint
    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