System::Drawing::Drawing2D::Matrix::Shear method
Contents
[
Hide
]Matrix::Shear(float, float) method
Applies the specified shear vector to the matrix represented by the current object.
void System::Drawing::Drawing2D::Matrix::Shear(float shearX, float shearY)
| Parameter | Type | Description | 
|---|---|---|
| shearX | float | The horizontal shear factor | 
| shearY | float | The vertical shear factor | 
See Also
- Class Matrix
 - Namespace System::Drawing::Drawing2D
 - Library Aspose.Font for C++
 
Matrix::Shear(float, float, MatrixOrder) method
Applies the specified shear vector to the matrix represented by the current object.
void System::Drawing::Drawing2D::Matrix::Shear(float shearX, float shearY, MatrixOrder order)
| Parameter | Type | Description | 
|---|---|---|
| shearX | float | The horizontal shear factor | 
| shearY | float | The vertical shear factor | 
| order | MatrixOrder | The order in which the shear vector is applied to the matrix | 
See Also
- Enum MatrixOrder
 - Class Matrix
 - Namespace System::Drawing::Drawing2D
 - Library Aspose.Font for C++