System::Drawing::Point::Offset method
Contents
[
Hide
]Point::Offset(int, int) method
Offsets the X and Y coordinates value represented by the current object by the specified values.
void System::Drawing::Point::Offset(int dx, int dy)
Parameter | Type | Description |
---|---|---|
dx | int | The value to offset the X coordinate value by |
dy | int | The value to offset the Y coordinate value by |
See Also
- Class Point
- Namespace System::Drawing
- Library Aspose.PUB for C++
Point::Offset(Point) method
Offsets the X and Y coordinates represented by the current object by the values of X and Y coordinates represented by the specified Point object correspondingly.
void System::Drawing::Point::Offset(Point point)
Parameter | Type | Description |
---|---|---|
point | Point | The Point object specifying the values to offset the X and Y coordinates by |
See Also
- Class Point
- Class Point
- Namespace System::Drawing
- Library Aspose.PUB for C++