MagGetWindowTransform function magnification

int MagGetWindowTransform(
  1. int hwnd,
  2. Pointer<MAGTRANSFORM> pTransform
)

Retrieves the transformation matrix associated with a magnifier control.

BOOL MagGetWindowTransform(
  HWND          hwnd,
  PMAGTRANSFORM pTransform
);

Implementation

int MagGetWindowTransform(int hwnd, Pointer<MAGTRANSFORM> pTransform) =>
    _MagGetWindowTransform(hwnd, pTransform);