Click or drag to resize

GraphicsMultiplyTransform Method

Multiplies the co-ordinate system with the given matrix

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void MultiplyTransform(
	IMatrix matrix
)

Parameters

matrix
Type: Eto.DrawingIMatrix
Matrix to multiply the co-ordinate system with
See Also