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


NPolarPanelAnchor Constructor(NPanel,NLength,Alignment,NAngle)
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)

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