ImageGear .NET - Updated
HitTestBounds Property (ImGearARTTextCallout)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTTextCallout Class : HitTestBounds Property
Gets the mark's boundling rectangle used for hit test.
Syntax
'Declaration
 
Public Overrides ReadOnly Property HitTestBounds As ImGearRectangle
'Usage
 
Dim instance As ImGearARTTextCallout
Dim value As ImGearRectangle
 
value = instance.HitTestBounds
public override ImGearRectangle HitTestBounds {get;}
public: __property ImGearRectangle get_HitTestBounds() override;
public:
property ImGearRectangle HitTestBounds {
   ImGearRectangle get() override;
}

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

Reference

ImGearARTTextCallout Class
ImGearARTTextCallout Members
ImGearRectangle Structure