 |
GdipGetPageScale ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Gets the scaling factor currently set for the page transformation of this Graphics handle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipGetPageScale(
GpGraphics *graphics,
REAL *scale
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipGetPageScale IN gdiplus;
INTEGER graphics,;
SINGLE @scale
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Handle to the Graphics object.
scale
[out] Real number that specifies the scaling factor currently set for this Graphics handle. |
 |
 |
| Return value: |
 |
| Returns GpStatus value, 0 means success. |
 |
 |
| Usage: |
 |
nPageScale=0.00
THIS.errorcode = GdipGetPageScale(THIS.graphics,;
@nPageScale)
|
 |
 |
| My comment: |
 |
The page transformation converts page coordinates to device coordinates.
See Also: GdipSetPageScale, GdipGetPageUnit |
 |
 |
| Word Index links for the GdipGetPageScale : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2009-09-18 11:12:26 | | Modified: | 2009-09-18 12:29:49 | Visited in last 7 days: 15 |