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