ImageGear .NET - Updated
Bounds Property (ImGearARTPolygon)




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

ImGearARTPolygon Class
ImGearARTPolygon Members
ImGearRectangle Structure