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




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

    Property Value

    Any integer value.
    See Also