ComponentOne Bitmap for UWP
Skew(Single,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Skew Method : Skew(Single,Single) Method
Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians.
Syntax
'Declaration
 
Public Overloads Shared Function Skew( _
   ByVal radiansX As System.Single, _
   ByVal radiansY As System.Single _
) As Matrix3x2
public static Matrix3x2 Skew( 
   System.float radiansX,
   System.float radiansY
)

Parameters

radiansX
radiansY
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List