Summary
Initializes a new instance of the
Rect
structure.
Syntax
public Rect(double x, double y, double width, double height)
Parameters
Name | Type | Description |
---|---|---|
x | double | The X position. |
y | double | The Y position. |
width | double | The width. |
height | double | The height. |
Return Value
Type | Description |
---|---|
void |