Click or drag to resize

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
void Transform(
	IMatrix matrix
)

Parameters

matrix
Type: Eto.DrawingIMatrix
Matrix to transform the path
See Also