Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / ImageOnly Class / ImageOnly Constructor / ImageOnly Constructor(Point3D,Bitmap,Int32,Int32)
Attaching point coords
Label image
Image hotspot X position
Image hotspot Y position

In This Topic
    ImageOnly Constructor(Point3D,Bitmap,Int32,Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal anchorPoint As Point3D, _
       ByVal bitmap As Bitmap, _
       ByVal hotspotX As Integer, _
       ByVal hotspotY As Integer _
    )
    public ImageOnly( 
       Point3D anchorPoint,
       Bitmap bitmap,
       int hotspotX,
       int hotspotY
    )

    Parameters

    anchorPoint
    Attaching point coords
    bitmap
    Label image
    hotspotX
    Image hotspot X position
    hotspotY
    Image hotspot Y position
    See Also