Exemplo n.º 1
0
 public static bool ShowAnima(IntPtr hWnd, int time, Enums.AnimateWindowFlags flags) =>
 NativeMethods.AnimateWindow(hWnd, time, flags);
Exemplo n.º 2
0
 public static extern bool AnimateWindow(IntPtr hWnd, int time, Enums.AnimateWindowFlags flags);