LeaderAndText(Point3D, String, Font, Color, Int32, Int32) Constructor

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

Parameters

p
Point3D

Attaching point coords.

text
string

Label text

textFont
Font

Text font

textColor
Color

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

offsetX
int

X Offset between the label and the attaching point

offsetY
int

Y Offset between the label and the attaching point

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition