MagGetInputTransform function magnification
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);