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)
Parameter | Type | Description |
---|---|---|
alpha | double | Skew x angle in radians. |
beta | double | Skew y angle in radians. |
ReturnValue
Transformation matrix.
See Also
- Typedef SharedPtr
- Class Matrix
- Class Matrix
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++