ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / Bounds Property




In This Topic
    Bounds Property (ImGearARTMark)
    In This Topic
    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