コード例 #1
0
ファイル: ImageHelper.cs プロジェクト: 0live0/Blitzcrank
 private static Bitmap GetCaptureUx()
 {
     return(ApplicationCapture.CaptureApplication("RiotClientUx"));
 }
コード例 #2
0
ファイル: ImageHelper.cs プロジェクト: 0live0/Blitzcrank
 private static Bitmap GetCapture()
 {
     return(ApplicationCapture.CaptureApplication("League of Legends"));
 }