ImageGear .NET - Updated
Bounds Property (ImGearARTMark)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : Bounds Property
Gets the mark's bounding rectangle in abstract coordinates.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Bounds As ImGearRectangle
'Usage
 
Dim instance As ImGearARTMark
Dim value As ImGearRectangle
 
value = instance.Bounds
public abstract ImGearRectangle Bounds {get;}
public: __property abstract ImGearRectangle get_Bounds();
public:
abstract property ImGearRectangle Bounds {
   ImGearRectangle get();
}

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

ImGearARTMark Class
ImGearARTMark Members
ImGearRectangle Structure