[]
        
(Showing Draft Content)

C1.C1Preview.RectangleD.Offset

Offset Method

Offset(double, double)

Offsets the location of the current RectangleD by specified horizontal and vertical amounts.

Declaration
public void Offset(double x, double y)
Parameters
Type Name Description
double x

The horizontal offset to apply.

double y

The vertical offset to apply.

Offset(PointD)

Offsets the location of the current RectangleD by horizontal and vertical amounts specified by a PointD.

Declaration
public void Offset(PointD pt)
Parameters
Type Name Description
PointD pt

The PointD specifying the horizontal and vertical offsets to apply.