Skew(Single,Single,Point2F) Method
In This Topic
Creates a skew transformation that has the specified x-axis angle, y-axis angle, and center point.
Syntax
'Declaration
Public Overloads Shared Function Skew( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As Point2F _
) As Matrix3x2
public static Matrix3x2 Skew(
System.float ,
System.float ,
Point2F
)
Parameters
- radiansX
- radiansY
- center
See Also