MagGetFullscreenTransform function magnification

int MagGetFullscreenTransform(
  1. Pointer<Float> pMagLevel,
  2. Pointer<Int32> pxOffset,
  3. Pointer<Int32> pyOffset
)

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