MagSetWindowTransform function magnification

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

Sets the transformation matrix for a magnifier control.

BOOL MagSetWindowTransform(
  HWND          hwnd,
  PMAGTRANSFORM pTransform
);

Implementation

int MagSetWindowTransform(int hwnd, Pointer<MAGTRANSFORM> pTransform) =>
    _MagSetWindowTransform(hwnd, pTransform);