Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / SkewX Method
The X angle, in radians.

In This Topic
    SkewX Method
    In This Topic
    Applies the skew transformation along the X axis.
    Syntax
    'Declaration
     
    Public Function SkewX( _
       ByVal radians As System.Single _
    ) As SvgMatrix
    public SvgMatrix SkewX( 
       System.float radians
    )

    Parameters

    radians
    The X angle, in radians.

    Return Value

    The skew matrix.
    See Also