ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / HitTestBounds Property




In This Topic
    HitTestBounds Property (ImGearARTMark)
    In This Topic
    Gets the mark's boundling rectangle used for hit test.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HitTestBounds As ImGearRectangle
    'Usage
     
    Dim instance As ImGearARTMark
    Dim value As ImGearRectangle
     
    value = instance.HitTestBounds
    public virtual ImGearRectangle HitTestBounds {get;}
    public: __property virtual ImGearRectangle get_HitTestBounds();
    public:
    virtual property ImGearRectangle HitTestBounds {
       ImGearRectangle get();
    }

    Property Value

    ImageGear.Core.ImGearRectangle structure object.
    Remarks
    This rectangle adds a callout point to the mark's bounding rectangle. Type of the mark's coordinate system is specifying when using ImGearARTPage.AddMark method.
    See Also