Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / CreateScale Method / CreateScale(Single,Single) Method
The value to scale by on the X axis.
The value to scale by on the Y axis.

In This Topic
    CreateScale(Single,Single) Method
    In This Topic
    Creates a scaling matrix from the specified X and Y components.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateScale( _
       ByVal xScale As System.Single, _
       ByVal yScale As System.Single _
    ) As SvgMatrix
    public static SvgMatrix CreateScale( 
       System.float xScale,
       System.float yScale
    )

    Parameters

    xScale
    The value to scale by on the X axis.
    yScale
    The value to scale by on the Y axis.

    Return Value

    The scaling matrix.
    See Also