ImageGear PDF v25.2 - Updated
Bounds Property (ImGearARTCustomMark)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomMark Class : Bounds Property
Gets mark's bounding rectangle in abstract coordinates.
Syntax
'Declaration
 
Public Overrides MustOverride ReadOnly Property Bounds As ImGearRectangle
'Usage
 
Dim instance As ImGearARTCustomMark
Dim value As ImGearRectangle
 
value = instance.Bounds
public override abstract ImGearRectangle Bounds {get;}
public: __property abstract ImGearRectangle get_Bounds() override;
public:
abstract 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

ImGearARTCustomMark Class
ImGearARTCustomMark Members
ImGearRectangle Structure

Is this page helpful?
Yes No
Thanks for your feedback.