Offset Method
Offset(int, int)
Offsets the point by the specified amount.
Declaration
public void Offset(int dx, int dy)
Parameters
Type |
Name |
Description |
int |
dx |
|
int |
dy |
|
Offset(Size2L)
Offsets the point by the specified amount.
Declaration
public void Offset(Size2L sz)
Parameters
Type |
Name |
Description |
Size2L |
sz |
|
Offset(Point2L)
Offsets the point by the specified amount.
Declaration
public void Offset(Point2L pt)
Parameters
Offset(Point2L, int, int)
Offsets the point by the specified amount.
Declaration
public static Point2L Offset(Point2L pt, int dx, int dy)
Parameters
Returns
Offset(Point2L, Size2L)
Offsets the point by the specified amount.
Declaration
public static Point2L Offset(Point2L pt, Size2L sz)
Parameters
Returns
Offset(Point2L, Point2L)
Offsets the point by the specified amount.
Declaration
public static Point2L Offset(Point2L point1, Point2L point2)
Parameters
Returns