OutlinedText(Double, Double, Double, String, Font) Constructor

Standard constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal text As String, _ 
ByVal textFont As Font
)
This language is not supported or no code example is available.
public OutlinedText( 
double x
double y
double z
string text
Font textFont 
)
This language is not supported or no code example is available.

Parameters

x
double

Anchor point X coord.

y
double

Anchor point Y coord.

z
double

Anchor point Z coord.

text
string

Label text

textFont
Font

Text font

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition