| MatrixFromTranslation Method (PointF) | 
 
            Creates a new matrix with a translation
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static IMatrix FromTranslation(
	PointF offset
)
Public Shared Function FromTranslation ( 
	offset As PointF
) As IMatrix
static member FromTranslation : 
        offset : PointF -> IMatrix 
Parameters
- offset
- Type: Eto.DrawingPointF
 Offset to translate by
Return Value
Type: 
IMatrixA new translation matrix
 See Also
See Also