OutlinedText(Point3D, String, Font, Color) Constructor

Standard constructor.
Public Sub New( _ 
ByVal p As Point3D, _ 
ByVal text As String, _ 
ByVal textFont As Font, _ 
ByVal textColor As Color
)
This language is not supported or no code example is available.
public OutlinedText( 
Point3D p
string text
Font textFont
Color textColor 
)
This language is not supported or no code example is available.

Parameters

p
Point3D

Anchor point

text
string

Label text

textFont
Font

Text font

textColor
Color

A Label.Color structure that indicates the text color of this label

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition