'Declaration Public Shared Function CreateSkew( _
ByVal skewXAngleSkew angle, measured in degrees, on the X axis.As Double, _
ByVal skewYAngleSkew angle, measured in degrees, on the Y axis.As Double _
) As AffineMatrix
public static AffineMatrix CreateSkew(
double skewXAngle,
double skewYAngle
)
public: static AffineMatrix* CreateSkew(
double skewXAngle,
double skewYAngle
)
public:
static AffineMatrix^ CreateSkew(
double skewXAngle,
double skewYAngle
)
Parameters
- skewXAngle
- Skew angle, measured in degrees, on the X axis.
- skewYAngle
- Skew angle, measured in degrees, on the Y axis.
Return Value
The skewed matrix.