 |
GdipSetWorldTransform ..msdn Add comment W32 Constants Translate this page |
 |
 |
Sets the world transformation of this Graphics object.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipSetWorldTransform(
GpGraphics *graphics,
GpMatrix *matrix
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipSetWorldTransform IN gdiplus;
INTEGER graphics,;
INTEGER matrix
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Handle to the Graphics object.
matrix
[in] Handle to a Matrix object. |
 |
 |
| Return value: |
 |
| Returns GpStatus value, 0 means success. |
 |
 |
| Word Index links for the GdipSetWorldTransform : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-02-17 08:53:54 | | Modified: | 2005-02-17 08:55:48 | Visited in last 7 days: 12 |