Table of Contents

Method Offset

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Offset(PointF)

Adjusts the location of this rectangle by the specified amount.

public void Offset(PointF pos)

Parameters

pos PointF

The amount to offset the location.

Offset(float, float)

Adjusts the location of this rectangle by the specified amount.

public void Offset(float x, float y)

Parameters

x float

The amount to offset the location horizontally.

y float

The amount to offset the location vertically.