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

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

    Parameters

    x
    Attaching point X coord.
    y
    Attaching point Y coord.
    z
    Attaching point Z coord.
    bitmap
    Label image.
    hotspotX
    Image hotspot X position
    hotspotY
    Image hotspot Y position
    See Also