MagGetInputTransform function magnification

int MagGetInputTransform(
  1. Pointer<Int32> pfEnabled,
  2. Pointer<RECT> pRectSource,
  3. Pointer<RECT> pRectDest
)

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

BOOL MagGetInputTransform(
  BOOL   *pfEnabled,
  LPRECT pRectSource,
  LPRECT pRectDest
);

Implementation

int MagGetInputTransform(Pointer<Int32> pfEnabled, Pointer<RECT> pRectSource,
        Pointer<RECT> pRectDest) =>
    _MagGetInputTransform(pfEnabled, pRectSource, pRectDest);