2019-05-30から1日間の記事一覧

【C#】Bitmap の高速化 について

■ はじめに https://blogs.yahoo.co.jp/dk521123/38086057.html の続き。 今回は、高速化。 ■ サンプル BitmapEx.cs using System; using System.Drawing; using System.Drawing.Imaging; using System.Runtime.InteropServices; namespace SampleForm { pub…