Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / CreateSkew Method / CreateSkew(Single,Single,PointF) Method
The X angle, in radians.
The Y angle, in radians.
The center point.

In This Topic
    CreateSkew(Single,Single,PointF) Method
    In This Topic
    Creates a skew matrix from the specified angles in radians and a center point.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateSkew( _
       ByVal radiansX As System.Single, _
       ByVal radiansY As System.Single, _
       ByVal centerPoint As System.Drawing.PointF _
    ) As SvgMatrix
    public static SvgMatrix CreateSkew( 
       System.float radiansX,
       System.float radiansY,
       System.Drawing.PointF centerPoint
    )

    Parameters

    radiansX
    The X angle, in radians.
    radiansY
    The Y angle, in radians.
    centerPoint
    The center point.

    Return Value

    The skew matrix.
    See Also