示例#1
0
 public static Bitmap CaptureCommunityCardsImage()
 {
     return(BitmapHandler.CopyPartialBitmap(ApplicationCaptureHandler.CaptureApplication("PokerStars"), new Rectangle(262, 204, 282, 74)));
 }
示例#2
0
 public static Bitmap CaptureYourHandImage()
 {
     return(BitmapHandler.CopyPartialBitmap(ApplicationCaptureHandler.CaptureApplication("PokerStars"), new Rectangle(352, 365, 90, 53)));
 }