Aspose::Pdf::Matrix::Skew method

Matrix::Skew method

Creates matrix for given rotation angle.

static System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Skew(double alpha, double beta)
ParameterTypeDescription
alphadoubleSkew x angle in radians.
betadoubleSkew y angle in radians.

ReturnValue

Transformation matrix.

See Also