This documentation is for the old version. Go to the latest Graphics Mill docs

Matrix.Scale Method (Single, Single, MatrixOrder)

Applies a scale affine transform to the matrix.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Scale ( _
	scaleX As Single, _
	scaleY As Single, _
	order As MatrixOrder _
)
C#
public void Scale(
	float scaleX,
	float scaleY,
	MatrixOrder order
)

Parameters

scaleX

Type: System.Single

The value to scale the matrix horizontally.
scaleY

Type: System.Single

The value to scale the matrix vertically.
order

Type: System.Drawing.Drawing2D.MatrixOrder

The order of the matrices in the multiplication operation.

See Also

Reference