Click or drag to resize

MatrixFromTranslation Method (SizeF)

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(
	SizeF offset
)

Parameters

offset
Type: Eto.DrawingSizeF
Offset to translate by

Return Value

Type: IMatrix
A new translation matrix
See Also