Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Skew Method / Skew(Single,Single,Single,Single) Method
The X angle, in radians.
The Y angle, in radians.
X-coordinate of the center offset.
Y-coordinate of the center offset.

In This Topic
    Skew(Single,Single,Single,Single) Method
    In This Topic
    Applies the skew transformation that is offset by a given center point.
    Syntax
    'Declaration
     
    Public Overloads Function Skew( _
       ByVal radiansX As System.Single, _
       ByVal radiansY As System.Single, _
       ByVal cx As System.Single, _
       ByVal cy As System.Single _
    ) As SvgMatrix
    public SvgMatrix Skew( 
       System.float radiansX,
       System.float radiansY,
       System.float cx,
       System.float cy
    )

    Parameters

    radiansX
    The X angle, in radians.
    radiansY
    The Y angle, in radians.
    cx
    X-coordinate of the center offset.
    cy
    Y-coordinate of the center offset.

    Return Value

    The skew matrix.
    See Also