void CBCGPGridCtrl::SetScale | ( | double | dblScale, |
BOOL | bNotifyParent = FALSE , |
||
CPoint | ptCenter = CPoint(0, 0) |
||
) |
Specifies control font scale.
dblScale | The font scale (1.0 - original font). |
bNotifyParent | Specifies whether parent of this control should be notified about scale changing. |
ptCenter | Scaling center point (used in case of mouse wheel or gesture zoom events). |