C
#define PictSetScale(pPict, scl) pPict->scale = scl
Overview
This macro sets the scale factor used to render the bitmap used in the object.
Input Parameters
Input Parameters |
Description |
pPict |
Pointer to the object |
scl |
The scale factor that will be used to display the bitmap. |
Returns
none
Preconditions
none
Side Effects
none