ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRoundedRectangle Interface / RightBottom Property




In This Topic
    RightBottom Property (IImGearRoundedRectangle)
    In This Topic
    Gets or sets coordinates of the right-bottom corner of the rectangle.
    Syntax
    'Declaration
     
    Property RightBottom As ImGearPoint
    'Usage
     
    Dim instance As IImGearRoundedRectangle
    Dim value As ImGearPoint
     
    instance.RightBottom = value
     
    value = instance.RightBottom
    ImGearPoint RightBottom {get; set;}
    __property ImGearPoint get_RightBottom();
    __property void set_RightBottom( 
       ImGearPoint value
    );
    property ImGearPoint RightBottom {
       ImGearPoint get();
       void set (    ImGearPoint value);
    }

    Property Value

    ImGearPoint structure.
    See Also