Table of Contents

Method Offset

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Offset(Point)

Adjusts the location of this rectangle by the specified amount.

public void Offset(Point pos)

Parameters

pos Point

Amount to offset the location.

Offset(int, int)

Adjusts the location of this rectangle by the specified amount.

public void Offset(int x, int y)

Parameters

x int

The horizontal offset.

y int

The vertical offset.