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

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

    Parameters

    radians
    The Y angle, in radians.

    Return Value

    The skew matrix.
    See Also