MagSetFullscreenTransform function magnification

int MagSetFullscreenTransform(
  1. double magLevel,
  2. int xOffset,
  3. int yOffset
)

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);