[]
Gets the x-coordinate that is the sum of Left and Width property values of this Rectangle structure.
public int Right { get; set; }
Public Property Right As Integer
Type | Description |
---|---|
int | The x-coordinate that is the sum of Left and Width of this Rectangle. |