コード例 #1
0
 public static IPattern GetCopy(Region Region) => ScreenshotManager.GetScreenshot()
 .Crop(Region.TransformToImage())
 .Copy();