Click or drag to resize

GraphicsIHandlerCurrentTransform Property

Gets a copy of the current transform.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IMatrix CurrentTransform { get; }

Property Value

Type: IMatrix
The current transform matrix.
Remarks
The current transform is initially an identity matrix. Any transform operations performed on this object will change this value.
See Also