Summary
Translates the rectangle by an offset.
Syntax
public PixelRect Translate(PixelVector offset)
Parameters
Name | Type | Description |
---|---|---|
offset | PixelVector | The offset. |
Return Value
Type | Description |
---|---|
PixelRect | The translated rectangle. |