[]
        
(Showing Draft Content)

C1.Util.DX.Point2D.Offset

Offset Method

Offset(double, double)

Offsets the point by the specified amount.

Declaration
public void Offset(double dx, double dy)
Parameters
Type Name Description
double dx
double dy

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
Type Name Description
Point2D pt

Offset(Point2D, double, double)

Offsets the point by the specified amount.

Declaration
public static Point2D Offset(Point2D pt, double dx, double dy)
Parameters
Type Name Description
Point2D pt
double dx
double dy
Returns
Type Description
Point2D

Offset(Point2D, Size2D)

Offsets the point by the specified amount.

Declaration
public static Point2D Offset(Point2D pt, Size2D sz)
Parameters
Type Name Description
Point2D pt
Size2D sz
Returns
Type Description
Point2D

Offset(Point2D, Point2D)

Offsets the point by the specified amount.

Declaration
public static Point2D Offset(Point2D point1, Point2D point2)
Parameters
Type Name Description
Point2D point1
Point2D point2
Returns
Type Description
Point2D