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

In This Topic
    ImageOnly Constructor(Double,Double,Double,Bitmap)
    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 _
    )
    public ImageOnly( 
       double x,
       double y,
       double z,
       Bitmap bitmap
    )

    Parameters

    x
    Attaching point X coord.
    y
    Attaching point Y coord.
    z
    Attaching point Z coord.
    bitmap
    Label image.
    See Also