ImageGear .NET - Updated July 5, 2018
Bounds Property (ImGearARTRichText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTRichText Class : Bounds Property
Gets mark's bounding rectangle in abstract coordinates.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Bounds As ImGearRectangle
 
'Usage
 
Dim instance As ImGearARTRichText
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

ImGearARTRichText Class
ImGearARTRichText Members
ImGearRectangle Structure