MagGetColorEffect function magnification

int MagGetColorEffect(
  1. int hwnd,
  2. Pointer<MAGCOLOREFFECT> pEffect
)

Gets the color transformation matrix for a magnifier control.

BOOL MagGetColorEffect(
  HWND            hwnd,
  PMAGCOLOREFFECT pEffect
);

Implementation

int MagGetColorEffect(int hwnd, Pointer<MAGCOLOREFFECT> pEffect) =>
    _MagGetColorEffect(hwnd, pEffect);