Table of Contents

Method Offset

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Offset(Point)

Translates this Point by the specified Point.

public void Offset(Point point)

Parameters

point Point

The Point used to offset this Point.

Offset(int, int)

Translates this Point by the specified amount.

public void Offset(int dx, int dy)

Parameters

dx int

The amount to offset the x-coordinate.

dy int

The amount to offset the y-coordinate.