Eyeshot 9.0 WinForms API Reference
LeaderAndImage Constructor(Double,Double,Double,Bitmap,Color,Int32,Int32,Vector2D)

WinForms Assembly > devDept.Eyeshot.Labels Namespace > LeaderAndImage Class > LeaderAndImage Constructor : LeaderAndImage Constructor(Double,Double,Double,Bitmap,Color,Int32,Int32,Vector2D)
Attaching point X coord.
Attaching point Y coord.
Attaching point Z coord.
Label image.
Color of the leader line
Image hotspot X position
Image hotspot Y position
Offset between the label and the attaching point
Standard constructor.
Syntax
'Declaration
 
Public Function 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 _
)
public LeaderAndImage( 
   double x,
   double y,
   double z,
   Bitmap bitmap,
   Color leaderColor,
   int hotspotX,
   int hotspotY,
   Vector2D offset
)

Parameters

x
Attaching point X coord.
y
Attaching point Y coord.
z
Attaching point Z coord.
bitmap
Label image.
leaderColor
Color of the leader line
hotspotX
Image hotspot X position
hotspotY
Image hotspot Y position
offset
Offset between the label and the attaching point
See Also

Reference

LeaderAndImage Class
LeaderAndImage Members
Overload List