Region.Translate
Translate(float, float)
Offsets the coordinates of this Region
by the specified amount.
public void Translate(float dx, float dy)
Parameter | Type | Description |
---|---|---|
dx | Single | The amount to offset this Region horizontally. |
dy | Single | The amount to offset this Region vertically. |
See Also
- class Region
- namespace Aspose.PSD
- assembly Aspose.PSD
Translate(int, int)
Offsets the coordinates of this Region
by the specified amount.
public void Translate(int dx, int dy)
Parameter | Type | Description |
---|---|---|
dx | Int32 | The amount to offset this Region horizontally. |
dy | Int32 | The amount to offset this Region vertically. |
See Also
- class Region
- namespace Aspose.PSD
- assembly Aspose.PSD