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

In This Topic
    CreateScale(Single,PointF) Method
    In This Topic
    Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateScale( _
       ByVal scale As System.Single, _
       ByVal centerPoint As System.Drawing.PointF _
    ) As SvgMatrix
    public static SvgMatrix CreateScale( 
       System.float scale,
       System.Drawing.PointF centerPoint
    )

    Parameters

    scale
    The uniform scale to use.
    centerPoint
    The center offset.

    Return Value

    The scaling matrix.
    See Also