TTMSFNCTouchKeyboard.Zoom Method
Scales the keyboard or its keys by the given horizontal and vertical factors.
API unit family: TMSFNCTouchKeyboard
Declaring type: TTMSFNCTouchKeyboard
Inherited from: TTMSFNCCustomTouchKeyboard
Syntax
procedure Zoom(AHorz, AVert: Double; AKeysOnly: Boolean = False; AAbsoluteZoom: Boolean = False);
Parameters
| Name | Description |
|---|---|
AHorz |
Horizontal scale factor. |
AVert |
Vertical scale factor. |
AKeysOnly |
When True, only key sizes are scaled, not the keyboard control itself. |
AAbsoluteZoom |
When True, the factors are absolute sizes rather than relative multipliers. |