Translate()
Region::Translate(int, int) method
Moves the coordinates of the region by the specified amount.
void System::Drawing::Region::Translate(int dx, int dy)
Arguments
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 |
Region::Translate(float, float) method
Moves the coordinates of the region by the specified amount.
void System::Drawing::Region::Translate(float dx, float dy)
Arguments
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.Slides