Bitmap Image1 C# lock 없이 비트맵 이미지 픽셀 Get/Set C# lock 없이 비트맵 이미지 픽셀 Get/Set using System; using System.Drawing; using System.Drawing.Imaging; using System.Runtime.InteropServices; public class DirectBitmap : IDisposable { public Bitmap Bitmap { get; private set; } public Int32[] Bits { get; private set; } public bool Disposed { get; private set; } public int Height { get; private set; } public int Width { get; private set; } protected GCHan.. 2020. 7. 27. 이전 1 다음