Bitmap

C#

【C#】画面の一部をスクリーンショットする

■デスクトップ上の領域をスクリーンショットするコードを記載します。 public Bitmap CaptureScreen(Rectangle screenRect) { Bitmap bmp = new Bitmap(screenRect...