ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Left Property




In This Topic
    Left Property (ImGearRectangle)
    In This Topic
    Gets or sets the x-coordinate of the upper-left corner of the rectangle.
    Syntax
    'Declaration
     
    Public Property Left As Integer
    'Usage
     
    Dim instance As ImGearRectangle
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public int Left {get; set;}
    public: __property int get_Left();
    public: __property void set_Left( 
       int value
    );
    public:
    property int Left {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    See Also