Table of Contents

Method Scale

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Scale(float, float, MatrixOrder)

Applies the specified scale vector (scaleX and scaleY) to this Matrix using the specified order.

public void Scale(float scaleX, float scaleY, MatrixOrder order)

Parameters

scaleX float

The scale X.

scaleY float

The scale Y.

order MatrixOrder

The order.

Scale(float, float)

Applies the specified scale vector (scaleX and scaleY) to this Matrix using (default) Prepend order.

public void Scale(float sx, float sy)

Parameters

sx float

The sx. The sx. The sx.

sy float

The sy. The sy. The sy.