Transform.GetPathTransformMatrix Method

Gets the transform matrix from an image.

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

Syntax

C#
public virtual Matrix GetPathTransformMatrix(
	int srcWidth,
	int srcHeight
)

Parameters

srcWidth

Type: System.Int32

The width of the source image.
srcHeight

Type: System.Int32

The height of the source image.

See Also

Reference