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




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

    Property Value

    ImGearRectangle structure.
    See Also