 |
GdipScaleMatrix ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Updates this matrix with the product of itself and a scaling matrix. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipScaleMatrix(
GpMatrix *matrix,
REAL scaleX,
REAL scaleY,
GpMatrixOrder order
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipScaleMatrix IN gdiplus;
INTEGER matrix,;
SINGLE scaleX,;
SINGLE scaleY,;
INTEGER ord
|
 |
 |
 |
| Parameters: |
 |
matrix
[in] Handle to a Matrix object.
scaleX
[in] Real number that specifies the horizontal scale factor.
scaleY
[in] Real number that specifies the vertical scale 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 GdipScaleMatrix : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-02-21 10:57:18 | | Modified: | 2005-02-21 10:59:24 | Visited in last 7 days: 15 |