LeaderAndImage(Point3D, Bitmap, Color, Vector2D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal anchorPoint As Point3D, _ 
ByVal bitmap As Bitmap, _ 
ByVal leaderColor As Color, _ 
ByVal offset As Vector2D
)
This language is not supported or no code example is available.
public LeaderAndImage( 
Point3D anchorPoint
Bitmap bitmap
Color leaderColor
Vector2D offset 
)
This language is not supported or no code example is available.

Parameters

anchorPoint
Point3D

Attaching point coords.

bitmap
Bitmap

Label image.

leaderColor
Color

Color of the leader line

offset
Vector2D

Offset between the label and the attaching point

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition