Click or drag to resize

MatrixFromTranslation Method (PointF)

Creates a new matrix with a translation

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static IMatrix FromTranslation(
	PointF offset
)

Parameters

offset
Type: Eto.DrawingPointF
Offset to translate by

Return Value

Type: IMatrix
A new translation matrix
See Also