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




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

    Property Value

    Any double precision number.
    See Also