 |
GdipSetPageScale ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets the scaling factor for the page transformation of this Graphics handle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipSetPageScale(
GpGraphics *graphics,
REAL scale
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipSetPageScale IN gdiplus;
INTEGER graphics,;
SINGLE scale
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Handle to the Graphics object.
scale
[in] Real number that specifies the scaling factor. |
 |
 |
| Return value: |
 |
| Returns GpStatus value, 0 means success. |
 |
 |
| Usage: |
 |
nPageScale = 300/72
THIS.errorcode = GdipSetPageScale(THIS.graphics,;
m.nPageScale)
|
 |
 |
| My comment: |
 |
| See Also: GdipGetPageScale, GdipSetPageUnit |
 |
 |
| Word Index links for the GdipSetPageScale : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2009-09-18 11:16:38 | | Modified: | 2009-09-18 12:29:08 | Visited in last 7 days: 13 |