Skew(Single,Single) Method
In This Topic
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 As System.Single, _
ByVal As System.Single _
) As Matrix3x2
public static Matrix3x2 Skew(
System.float ,
System.float
)
Parameters
- radiansX
- radiansY
See Also