Eyeshot 10 WinForms API Reference
CoordinateSystemIcon Constructor(Color,Color,Color,Color,String,String,String,String,Boolean,coordinateSystemPositionType,Int32,Boolean)

WinForms Assembly > devDept.Eyeshot Namespace > CoordinateSystemIcon Class > CoordinateSystemIcon Constructor : CoordinateSystemIcon Constructor(Color,Color,Color,Color,String,String,String,String,Boolean,coordinateSystemPositionType,Int32,Boolean)
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
When false, the UI element is drawn with a flat color.
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, _
   ByVal lighting As Boolean _
)
public CoordinateSystemIcon( 
   Color labelColor,
   Color arrowColorX,
   Color arrowColorY,
   Color arrowColorZ,
   string labelOrigin,
   string labelAxisX,
   string labelAxisY,
   string labelAxisZ,
   bool visible,
   coordinateSystemPositionType position,
   int size,
   bool lighting
)

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
lighting
When false, the UI element is drawn with a flat color.
See Also

Reference

CoordinateSystemIcon Class
CoordinateSystemIcon Members
Overload List