ImageGear .NET - Updated
Bounds Property (ImGearARTHollowRectangle)




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

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

ImGearARTHollowRectangle Class
ImGearARTHollowRectangle Members
ImGearRectangle Structure