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; }
ReadOnly Property CurrentTransform As IMatrix
Get
abstract CurrentTransform : IMatrix with get
Property Value
Type:
IMatrixThe 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