| IGraphicsPathTransform Method  | 
 
            Transforms the points in the path with the specified matrix
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid Transform(
	IMatrix matrix
)
Sub Transform ( 
	matrix As IMatrix
)
abstract Transform : 
        matrix : IMatrix -> unit 
Parameters
- matrix
- Type: Eto.DrawingIMatrix
 Matrix to transform the path
 See Also
See Also