ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIRectangle Class / BoundRectangle Property




In This Topic
    BoundRectangle Property (ImGearROIRectangle)
    In This Topic
    Gets the bounding rectangle.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property BoundRectangle As ImGearRectangle
    'Usage
     
    Dim instance As ImGearROIRectangle
    Dim value As ImGearRectangle
     
    value = instance.BoundRectangle
    public override ImGearRectangle BoundRectangle {get;}
    public: __property ImGearRectangle get_BoundRectangle() override;
    public:
    property ImGearRectangle BoundRectangle {
       ImGearRectangle get() override;
    }

    Property Value

    ImGearRectangle structure.
    See Also