MagGetWindowTransform function magnification

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

Retrieves the transformation matrix associated with a magnifier control.

To learn more, see learn.microsoft.com/windows/win32/api/magnification/nf-magnification-maggetwindowtransform.

Implementation

@pragma('vm:prefer-inline')
bool MagGetWindowTransform(HWND hwnd, Pointer<MAGTRANSFORM> pTransform) =>
    _MagGetWindowTransform(hwnd, pTransform) != FALSE;