ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRect Structure / Bottom Property




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

    Property Value

    Any integer value.
    See Also