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

GdiGraphics.Transform Property

Gets/sets world transformation for this GdiGraphics object.

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

Syntax

Visual Basic
Public Property Transform As Matrix
C#
public Matrix Transform { get; set; }

Property Value

Matrix structure defining affine transform for this GdiGraphics object.

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