Function Surface.fromWindowsHwnd

Create a new Surface from a Windows window handle.

static Surface fromWindowsHwnd (
  Instance instance,
  void* _hinstance,
  void* hwnd,
  string label = null
);