 |
GdipRotateWorldTransform ..msdn Add comment W32 Constants Translate this page |
 |
 |
Updates the world transformation matrix of this Graphics object with the product of itself and a rotation matrix.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipRotateWorldTransform(
GpGraphics *graphics,
REAL angle,
GpMatrixOrder order
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipRotateWorldTransform IN gdiplus;
INTEGER graphics,;
SINGLE angle,;
INTEGER ord
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Handle to the Graphics object.
angle
[in] Real number that specifies the angle, in degrees, of rotation.
order
[in] Element of the MatrixOrder enumeration that specifies the order of multiplication. |
 |
 |
| Return value: |
 |
| Returns GpStatus value, 0 means success. |
 |
 |
| Word Index links for the GdipRotateWorldTransform : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-02-19 10:14:36 | | Modified: | 2005-02-19 10:17:21 | Visited in last 7 days: 21 |