Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / View Class / Skew Method
The X angle, in degrees.
The Y angle, in degrees.

In This Topic
    Skew Method (View)
    In This Topic
    Applies a skew transformation.
    Syntax
    'Declaration
     
    Public Function Skew( _
       ByVal degreesX As System.Single, _
       ByVal degreesY As System.Single _
    ) As View
    public View Skew( 
       System.float degreesX,
       System.float degreesY
    )

    Parameters

    degreesX
    The X angle, in degrees.
    degreesY
    The Y angle, in degrees.
    See Also