OcrLibrary.Helpers.Screenshot.Screenshot C# (CSharp) 메소드

Screenshot() 공개 메소드

public Screenshot ( Bitmap image ) : System
image System.Drawing.Bitmap
리턴 System
        public Screenshot(Bitmap image)
        {
            if (image != null) Dispose();
            Image = image;
            Save("original");
        }