ImageGear for .NET
Bounds Property (ImGearARTMark)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback