Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / OriginSymbol Class / OriginSymbol Constructor / OriginSymbol Constructor(Int32,originSymbolStyleType,Color,Color,Color,Color,String,String,String,String,Boolean,Boolean)
Size of the sphere in pixels
Style mode
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
When false, the UI element is drawn with a flat color.

In This Topic
    OriginSymbol Constructor(Int32,originSymbolStyleType,Color,Color,Color,Color,String,String,String,String,Boolean,Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ballSize As Integer, _
       ByVal styleMode As originSymbolStyleType, _
       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 lighting As Boolean _
    )
    public OriginSymbol( 
       int ballSize,
       originSymbolStyleType styleMode,
       Color labelColor,
       Color arrowColorX,
       Color arrowColorY,
       Color arrowColorZ,
       string labelOrigin,
       string labelAxisX,
       string labelAxisY,
       string labelAxisZ,
       bool visible,
       bool lighting
    )

    Parameters

    ballSize
    Size of the sphere in pixels
    styleMode
    Style mode
    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
    lighting
    When false, the UI element is drawn with a flat color.
    See Also