| GraphicsCurrentTransform Property  | 
 
            Gets a copy of the current transform.
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic IMatrix CurrentTransform { get; }Public ReadOnly Property CurrentTransform As IMatrix
	Get
member CurrentTransform : IMatrix with get
Property Value
Type: 
IMatrixThe current transform matrix.
 Remarks
Remarks
            The current transform is initially an identity matrix.
            Any transform operations performed on this object will change this value.
            
 See Also
See Also