Nevron .NET Vision
Nevron.Chart Namespace / NPolarPanelAnchor Class / NPolarPanelAnchor Constructor / NPolarPanelAnchor Constructor(NPanel,NLength,Alignment,NAngle)


In This Topic
    NPolarPanelAnchor Constructor(NPanel,NLength,Alignment,NAngle)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal panel As NPanel, _
       ByVal offset As NLength, _
       ByVal alignment As Alignment, _
       ByVal angle As NAngle _
    )
    'Usage
     
    
    Dim panel As NPanel
    Dim offset As NLength
    Dim alignment As Alignment
    Dim angle As NAngle
     
    Dim instance As New NPolarPanelAnchor(panel, offset, alignment, angle)
    public NPolarPanelAnchor( 
       NPanel panel,
       NLength offset,
       Alignment alignment,
       NAngle angle
    )

    Parameters

    panel
    offset
    alignment
    angle
    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