MagGetWindowTransform function magnification
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;