LeaderAndImage(Double, Double, Double, Bitmap, Color, Int32, Int32, Vector2D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal bitmap As Bitmap, _ 
ByVal leaderColor As Color, _ 
ByVal hotspotX As Integer, _ 
ByVal hotspotY As Integer, _ 
ByVal offset As Vector2D
)
This language is not supported or no code example is available.
public LeaderAndImage( 
double x
double y
double z
Bitmap bitmap
Color leaderColor
int hotspotX
int hotspotY
Vector2D offset 
)
This language is not supported or no code example is available.

Parameters

x
double

Attaching point X coord.

y
double

Attaching point Y coord.

z
double

Attaching point Z coord.

bitmap
Bitmap

Label image.

leaderColor
Color

Color of the leader line

hotspotX
int

Image hotspot X position

hotspotY
int

Image hotspot Y position

offset
Vector2D

Offset between the label and the attaching point

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition