[]
        
(Showing Draft Content)

C1.Util.DX.Point2L.Offset

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

Offset(Point2L, int, int)

Offsets the point by the specified amount.

Declaration
public static Point2L Offset(Point2L pt, int dx, int dy)
Parameters
Type Name Description
Point2L pt
int dx
int dy
Returns
Type Description
Point2L

Offset(Point2L, Size2L)

Offsets the point by the specified amount.

Declaration
public static Point2L Offset(Point2L pt, Size2L sz)
Parameters
Type Name Description
Point2L pt
Size2L sz
Returns
Type Description
Point2L

Offset(Point2L, Point2L)

Offsets the point by the specified amount.

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