SkewRef(Matrix3x2,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 Sub SkewRef( _
ByRef As Matrix3x2, _
ByVal As System.Single, _
ByVal As System.Single, _
ByRef As Point2F _
)
public static void SkewRef(
out Matrix3x2 ,
System.float ,
System.float ,
ref Point2F
)
Parameters
- result
- radiansX
- radiansY
- center
See Also