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

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

    Parameters

    anchorPoint
    Attaching point coords.
    bitmap
    Label image.
    See Also