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