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