C
#define PictGetScale(pPict) pPict->scale
Overview
This macro returns the current scale factor used to render the bitmap.
Input Parameters
|
Input Parameters |
Description |
|
pPict |
Pointer to the object |
Returns
Returns the current scale factor used to display the bitmap.
Preconditions
none
Side Effects
none