Summary
Initializes a new instance of the
PixelRect
structure.
Syntax
public PixelRect(PixelPoint position, PixelSize size)
Parameters
Name | Type | Description |
---|---|---|
position | PixelPoint | The position of the rectangle. |
size | PixelSize | The size of the rectangle. |
Return Value
Type | Description |
---|---|
void |