Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / CreateTranslation Method / CreateTranslation(Single,Single) Method
The X position.
The Y position.

In This Topic
    CreateTranslation(Single,Single) Method
    In This Topic
    Creates a translation matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateTranslation( _
       ByVal xPosition As System.Single, _
       ByVal yPosition As System.Single _
    ) As SvgMatrix
    public static SvgMatrix CreateTranslation( 
       System.float xPosition,
       System.float yPosition
    )

    Parameters

    xPosition
    The X position.
    yPosition
    The Y position.

    Return Value

    The translation matrix.
    See Also