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
)
Public Shared Function FromTranslation (
offset As SizeF
) As IMatrix
static member FromTranslation :
offset : SizeF -> IMatrix
Parameters
- offset
- Type: Eto.DrawingSizeF
Offset to translate by
Return Value
Type:
IMatrixA new translation matrix
See Also