GetGadgetScale returns the Gadget's scaling factor. If the Gadget is not scaled, the factors will be X=1.0, Y=1.0. BOOL GetGadgetScale(
HGADGET hgad, // Gadget to check
float * pflX, // Horizontal scaling factor
float * pflY) // Vertical scaling factor
);
Parameters
Return ValuesSuccessfully returned scaling factor. See Also |
|
Build on Friday, March 17, 2000
|