ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / Bottom Property




In This Topic
    Bottom Property (IImGearRectangle)
    In This Topic
    Gets or sets the y-coordinate of the lower-right corner of the rectangle.
    Syntax
    'Declaration
     
    Property Bottom As Integer
    'Usage
     
    Dim instance As IImGearRectangle
    Dim value As Integer
     
    instance.Bottom = value
     
    value = instance.Bottom
    int Bottom {get; set;}
    __property int get_Bottom();
    __property void set_Bottom( 
       int value
    );
    property int Bottom {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    See Also