ImageGear22.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : Bounds Property |
'Declaration Public Property Bounds As IImGearRectangle
'Usage Dim instance As ImGearARTPage Dim value As IImGearRectangle instance.Bounds = value value = instance.Bounds
public IImGearRectangle Bounds {get; set;}
public: __property IImGearRectangle* get_Bounds(); public: __property void set_Bounds( IImGearRectangle* value );
public: property IImGearRectangle^ Bounds { IImGearRectangle^ get(); void set ( IImGearRectangle^ value); }
This property can be used if you want to change the default bounding rectangle or when the marks' coordinates are specified in device units. If this property is set to null and ART page is associated with ImageGear.Core.ImGearPage class the ImageGear.Core.ImGearPage class's rectangle is used.
The default value is null.