Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CoordinateSystemIcon Class / CoordinateSystemIcon Constructor / CoordinateSystemIcon Constructor(Color,Color,Color,Color,String,String,String,String,Boolean,coordinateSystemPositionType,Int32)
Label color
X axis arrow color
Y axis arrow color
Z axis arrow color
Origin label string
X axis label string
Y axis label string
Z axis label string
Visibility status
Position
Size in pixels

In This Topic
    CoordinateSystemIcon Constructor(Color,Color,Color,Color,String,String,String,String,Boolean,coordinateSystemPositionType,Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal labelColor As Color, _
       ByVal arrowColorX As Color, _
       ByVal arrowColorY As Color, _
       ByVal arrowColorZ As Color, _
       ByVal labelOrigin As String, _
       ByVal labelAxisX As String, _
       ByVal labelAxisY As String, _
       ByVal labelAxisZ As String, _
       ByVal visible As Boolean, _
       ByVal position As coordinateSystemPositionType, _
       ByVal size As Integer _
    )
    public CoordinateSystemIcon( 
       Color labelColor,
       Color arrowColorX,
       Color arrowColorY,
       Color arrowColorZ,
       string labelOrigin,
       string labelAxisX,
       string labelAxisY,
       string labelAxisZ,
       bool visible,
       coordinateSystemPositionType position,
       int size
    )

    Parameters

    labelColor
    Label color
    arrowColorX
    X axis arrow color
    arrowColorY
    Y axis arrow color
    arrowColorZ
    Z axis arrow color
    labelOrigin
    Origin label string
    labelAxisX
    X axis label string
    labelAxisY
    Y axis label string
    labelAxisZ
    Z axis label string
    visible
    Visibility status
    position
    Position
    size
    Size in pixels
    See Also