ImageOnly(Point3D, Bitmap, Int32, Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal anchorPoint As Point3D, _ 
ByVal bitmap As Bitmap, _ 
ByVal hotspotX As Integer, _ 
ByVal hotspotY As Integer
)
This language is not supported or no code example is available.
public ImageOnly( 
Point3D anchorPoint
Bitmap bitmap
int hotspotX
int hotspotY 
)
This language is not supported or no code example is available.

Parameters

anchorPoint
Point3D

Attaching point coords

bitmap
Bitmap

Label image

hotspotX
int

Image hotspot X position

hotspotY
int

Image hotspot Y position

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition