'Declaration Public Shared Function CreateSkewRadians( _
ByVal skewXSkew on the X axis.As Double, _
ByVal skewYSkew on the Y axis.As Double _
) As AffineMatrix
public static AffineMatrix CreateSkewRadians(
double skewX,
double skewY
)
public: static AffineMatrix* CreateSkewRadians(
double skewX,
double skewY
)
public:
static AffineMatrix^ CreateSkewRadians(
double skewX,
double skewY
)
Parameters
- skewX
- Skew on the X axis.
- skewY
- Skew on the Y axis.
Return Value
The skewed matrix.