System::Drawing::Drawing2D::Matrix::Shear methode
inhoud
[
verbergen
]Matrix::Shear(float, float) method
Past de opgegeven schuifvector toe op de matrix die wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::Matrix::Shear(float shearX, float shearY)
| Parameter | Type | Beschrijving |
|---|---|---|
| shearX | float | De horizontale schuiffactor |
| shearY | float | De verticale schuiffactor |
Zie ook
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
Matrix::Shear(float, float, MatrixOrder) method
Past de opgegeven schuifvector toe op de matrix die wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::Matrix::Shear(float shearX, float shearY, MatrixOrder order)
| Parameter | Type | Beschrijving |
|---|---|---|
| shearX | float | De horizontale schuiffactor |
| shearY | float | De verticale schuiffactor |
| volgorde | MatrixOrder | De volgorde waarin de schuifvector wordt toegepast op de matrix |
Zie ook
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++