MagSetInputTransform function magnification

int MagSetInputTransform(
  1. int fEnabled,
  2. Pointer<RECT> pRectSource,
  3. Pointer<RECT> pRectDest
)

Sets the current active input transformation for pen and touch input, represented as a source rectangle and a destination rectangle.

BOOL MagSetInputTransform(
  BOOL         fEnabled,
  const LPRECT pRectSource,
  const LPRECT pRectDest
);

Implementation

int MagSetInputTransform(
        int fEnabled, Pointer<RECT> pRectSource, Pointer<RECT> pRectDest) =>
    _MagSetInputTransform(fEnabled, pRectSource, pRectDest);