Graphics.Transform Property

Gets or sets a copy of the geometric world transformation for this Graphics.

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

Syntax

C#
public Matrix Transform { get; set; }

Property Value

A Matrix that represents the geometric world transformation for this Graphics.

Remarks

This transformation can be used to scale, rotate, shear, or translate graphics output. All the coordinates passed to drawing functions are multiplied on the matrix defining this transform.

See Also

Reference