CRichEditCtx.GetZoommethod
Gets the current zoom ratio, which is always between 1/64 and 64.
Syntax
FUNCTION GetZoom (BYREF pzNum AS DWORD, BYREF pzDen AS DWORD) AS LONG
Parameters
| Name | Description | |
|---|---|---|
zNum | A DWORD variable that receives the numerator of the zoom ratio. | |
zDen | A DWORD variable that receives the denominator of the zoom ratio.. |
Return value
The message returns TRUE if message is processed, which it will be if both pzNum and pzDen are not NULL.
Description
Gets the current zoom ratio, which is always between 1/64 and 64.
Reference
- Defined in AfxNova/CRichEditCtx.inc:2338
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class