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

NOTE: This member is now obsolete. This constructor is deprecated.

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

Parameters

labelFont
Font

Label font

labelColor
Color

Label color

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

.NET Framework

Supported in: 4.8

In this article

Definition