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

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

    Parameters

    sx
    The value to scale by on the X axis.
    sy
    The value to scale by on the Y axis.

    Return Value

    The scaled matrix.
    See Also