System::Drawing::Region::Translate method
Contents
[
Hide
]Region::Translate(float, float) method
Moves the coordinates of the region by the specified amount.
void System::Drawing::Region::Translate(float dx, float dy)
Parameter | Type | Description |
---|---|---|
dx | float | Specifies the amount to move the region by horizontally |
dy | float | Specifies the amount to move the region by vertically |
See Also
- Class Region
- Namespace System::Drawing
- Library Aspose.TeX for C++
Region::Translate(int, int) method
Moves the coordinates of the region by the specified amount.
void System::Drawing::Region::Translate(int dx, int dy)
Parameter | Type | Description |
---|---|---|
dx | int | Specifies the amount to move the region by horizontally |
dy | int | Specifies the amount to move the region by vertically |
See Also
- Class Region
- Namespace System::Drawing
- Library Aspose.TeX for C++