예제 #1
0
파일: HWND.cs 프로젝트: sharoron/SharoLib
 /// <summary>アニメーション</summary>
 public void Animate(AnimateWindowFlags type, int time)
 {
     NativeMethod.AnimateWindow(this.Handle, time, type).CheckError();
 }