Table of Contents

Method Translate

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Translate(float, float, MatrixOrder)

Applies the specified translation vector to this Matrix in the specified order.

public void Translate(float offsetX, float offsetY, MatrixOrder order)

Parameters

offsetX float

The offset X.

offsetY float

The offset Y.

order MatrixOrder

The order.

Translate(float, float)

Applies the specified translation vector to this Matrix using (default) Prepend order.

public void Translate(float tx, float ty)

Parameters

tx float

The tx. The tx. The tx.

ty float

The ty. The ty. The ty.