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




In This Topic
    Bounds Property (ImGearARTArrow)
    In This Topic
    Gets mark's bounding rectangle in abstract coordinates.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Bounds As ImGearRectangle
    'Usage
     
    Dim instance As ImGearARTArrow
    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