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

In This Topic
    Scale(Single) Method
    In This Topic
    Applies the scaling transformation.
    Syntax
    'Declaration
     
    Public Overloads Function Scale( _
       ByVal scaleFactor As System.Single _
    ) As SvgMatrix
    public SvgMatrix Scale( 
       System.float scaleFactor
    )

    Parameters

    scaleFactor
    The value to scale by on the X and Y axes.

    Return Value

    The scaled matrix.
    See Also