Example #1
0
 public static bool AnimateWindow(IntPtr handle, int msec, int flags)
 {
     return(SafeNativeMethods.AnimateWindow(handle, msec, flags));
 }