CoordinateSystemIcon(Color, Color, Color, Color, Color, Color, Color, String, String, String, String, Boolean, coordinateSystemPositionType, Int32, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal labelColorName As Color, _ 
ByVal labelColorX As Color, _ 
ByVal labelColorY As Color, _ 
ByVal labelColorZ 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
)
This language is not supported or no code example is available.
public CoordinateSystemIcon( 
Color labelColorName
Color labelColorX
Color labelColorY
Color labelColorZ
Color arrowColorX
Color arrowColorY
Color arrowColorZ
string labelOrigin
string labelAxisX
string labelAxisY
string labelAxisZ
bool visible
coordinateSystemPositionType position
int size
bool lighting 
)
This language is not supported or no code example is available.

Parameters

labelColorName
Color

Label color for Origin

labelColorX
Color

Label color X axis

labelColorY
Color

Label color Y axis

labelColorZ
Color

Label color Z axis

arrowColorX
Color

X axis arrow color

arrowColorY
Color

Y axis arrow color

arrowColorZ
Color

Z axis arrow color

labelOrigin
string

Origin label string

labelAxisX
string

X axis label string

labelAxisY
string

Y axis label string

labelAxisZ
string

Z axis label string

visible
bool

Visibility status

position
coordinateSystemPositionType

Position

size
int

Size in pixels

lighting
bool

When false, the UI element is drawn with a flat color.

.NET Framework

Supported in: 4.8

In this article

Definition