Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / CreateScale Method / CreateScale(Single) Method
The uniform scale to use.

In This Topic
    CreateScale(Single) Method
    In This Topic
    Creates a scaling matrix that scales uniformly with the given scale.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateScale( _
       ByVal scale As System.Single _
    ) As SvgMatrix
    public static SvgMatrix CreateScale( 
       System.float scale
    )

    Parameters

    scale
    The uniform scale to use.

    Return Value

    The scaling matrix.
    See Also