MagSetFullscreenTransform function magnification
Changes the magnification settings for the full-screen magnifier.
BOOL MagSetFullscreenTransform(
float magLevel,
int xOffset,
int yOffset
);
Implementation
int MagSetFullscreenTransform(double magLevel, int xOffset, int yOffset) =>
_MagSetFullscreenTransform(magLevel, xOffset, yOffset);