Initializes a new instance of the
ImGearRectangle struct.
Syntax
public ImGearRectangle(
int ,
int ,
int ,
int
)
|
Parameters
- left
- X-coordinate of the upper-left corner of a rectangle.
- top
- Y-coordinate of the upper-left corner of a rectangle.
- width
- X-coordinate of the lower-right corner of a rectangle.
- height
- Y-coordinate of the lower-right corner of a rectangle.
See Also