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




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

    Property Value

    Any integer value.
    See Also