GraphicsPathTransform 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 public void Transform(
IMatrix matrix
)
Public Sub Transform (
matrix As IMatrix
)
abstract Transform :
matrix : IMatrix -> unit
override Transform :
matrix : IMatrix -> unit
Parameters
- matrix
- Type: Eto.DrawingIMatrix
Matrix to transform the path
Implements
IGraphicsPathTransform(IMatrix)See Also