Label(Point3D, Color) Constructor

Standard constructor.
Public Sub New( _ 
ByVal anchorPoint As Point3D, _ 
ByVal color As Color
)
This language is not supported or no code example is available.
public Label( 
Point3D anchorPoint
Color color 
)
This language is not supported or no code example is available.

Parameters

anchorPoint
Point3D

Anchor point

color
Color

A Color structure that indicates the color of this label.

.NET Framework

Supported in: 4.8

In this article

Definition