MagGetFullscreenTransform function magnification
Retrieves the magnification settings for the full-screen magnifier.
BOOL MagGetFullscreenTransform(
float *pMagLevel,
int *pxOffset,
int *pyOffset
);
Implementation
int MagGetFullscreenTransform(
Pointer<Float> pMagLevel,
Pointer<Int32> pxOffset,
Pointer<Int32> pyOffset,
) => _MagGetFullscreenTransform(pMagLevel, pxOffset, pyOffset);