Label(Point3D, Color, Boolean) Constructor

Standard constructor.
Protected Sub New( _ 
ByVal anchorPoint As Point3D, _ 
ByVal color As Color, _ 
ByVal selectable As Boolean
)
This language is not supported or no code example is available.
protected Label( 
Point3D anchorPoint
Color color
bool selectable 
)
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.

selectable
bool

.NET Framework

Supported in: 4.8

In this article

Definition