Label(Double, Double, Double, Color) Constructor

Standard constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal color As Color
)
This language is not supported or no code example is available.
public Label( 
double x
double y
double z
Color color 
)
This language is not supported or no code example is available.

Parameters

x
double

Anchor point's X coordinate

y
double

Anchor point's Y coordinate

z
double

Anchor point's Z coordinate

color
Color

A Color structure that indicates the color of this label

.NET Framework

Supported in: 4.8

In this article

Definition