 |
GdipTranslateMatrix ..msdn Add comment W32 Constants Translate this page |
 |
 |
Updates this matrix with the product of itself and a translation matrix.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipTranslateMatrix(
GpMatrix *matrix,
REAL offsetX,
REAL offsetY,
GpMatrixOrder order
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipTranslateMatrix IN gdiplus;
INTEGER matrix,;
SINGLE offsetX,;
SINGLE offsetY,;
INTEGER ord
|
 |
 |
 |
| Parameters: |
 |
matrix
[in] Handle to the Matrix object.
offsetX
[in] Real number that specifies the horizontal component of the translation.
offsetY
[in] Real number that specifies the vertical component of the translation.
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 GdipTranslateMatrix : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-02-19 10:10:40 | | Modified: | 2005-02-19 10:13:35 | Visited in last 7 days: 16 |