Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Translate Method
The X position.
The Y position.

In This Topic
    Translate Method
    In This Topic
    Applies the translation transformation.
    Syntax
    'Declaration
     
    Public Function Translate( _
       ByVal tx As System.Single, _
       ByVal ty As System.Single _
    ) As SvgMatrix
    public SvgMatrix Translate( 
       System.float tx,
       System.float ty
    )

    Parameters

    tx
    The X position.
    ty
    The Y position.

    Return Value

    The translated matrix.
    See Also