 |
GdipShearMatrix ..msdn Add comment W32 Constants Translate this page |
 |
 |
Updates this matrix with the product of itself and a shearing matrix.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipShearMatrix(
GpMatrix *matrix,
REAL shearX,
REAL shearY,
GpMatrixOrder order
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipShearMatrix IN gdiplus;
INTEGER matrix,;
SINGLE shearX,;
SINGLE shearY,;
INTEGER ord
|
 |
 |
 |
| Parameters: |
 |
matrix
[in] Handle to a Matrix object.
shearX
[in] Real number that specifies the horizontal shear factor.
shearY
[in] Real number that specifies the vertical shear factor.
order
[in] Element of the MatrixOrder enumeration that specifies the order of the multiplication. |
 |
 |
| Return value: |
 |
| Returns GpStatus value, 0 means success. |
 |
 |
| Word Index links for the GdipShearMatrix : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-02-21 10:53:44 | | Modified: | 2005-02-21 10:59:36 | Visited in last 7 days: 14 |