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