Matrix.CreateScale Method

Returns the affine Matrix of the scale transform.

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

Syntax

C#
public static Matrix CreateScale(
	float dx,
	float dy
)

Parameters

dx

Type: System.Single

The value to scale horizontally.
dy

Type: System.Single

The value to scale vertically.

Return Value

A Matrix of the scale transform.

See Also

Reference