ImageGear .NET - Updated October 26, 2017
Bounds Property (ImGearARTTextCallout)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTTextCallout Class : Bounds Property
Gets mark's bounding rectangle in abstract coordinates.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Bounds As ImGearRectangle
 
'Usage
 
Dim instance As ImGearARTTextCallout
Dim value As ImGearRectangle
 
value = instance.Bounds

Property Value

ImageGear.Core.ImGearRectangle structure object.
Remarks
Type of the mark's coordinate system is specifying when using ImGearARTPage.AddMark method.
See Also

Reference

ImGearARTTextCallout Class
ImGearARTTextCallout Members
ImGearRectangle Structure