IronSoftware.Drawing は、Iron Softwareによって最初に開発されたオープンソースライブラリで、C#ソフトウェアエンジニアがWindows、macOS、Linuxプラットフォーム for .NETプロジェクトで**System.Drawing**を置き換えるのに役立ちます。
詳細については、 IronDrawingをご覧ください。
Explore How to ReplaceSystem.Drawing with IronOCRusing IronSoftware.Drawing;
// AnyBitmap
System.Drawing.Bitmap bitmapsysBitmap;
System.Drawing.Image sysImage;
AnyBitmap ironBitmap;
// Color
System.Drawing.Color sysColor;
Color ironColor;
// Rectangle
System.Drawing.Rectangle sysRectangle;
Rectangle ironRectangle;
// Font
System.Drawing.Font sysFont;
Font ironFont;
Imports IronSoftware.Drawing
' AnyBitmap
Dim bitmapsysBitmap As System.Drawing.Bitmap
Dim sysImage As System.Drawing.Image
Dim ironBitmap As AnyBitmap
' Color
Dim sysColor As System.Drawing.Color
Dim ironColor As Color
' Rectangle
Dim sysRectangle As System.Drawing.Rectangle
Dim ironRectangle As Rectangle
' Font
Dim sysFont As System.Drawing.Font
Dim ironFont As FontIronSoftware.Drawing は、Iron Softwareによって最初に開発されたオープンソースライブラリで、C#ソフトウェアエンジニアがWindows、macOS、Linuxプラットフォーム for .NETプロジェクトで**System.Drawing**を置き換えるのに役立ちます。
詳細については、 IronDrawingをご覧ください。
Explore How to ReplaceSystem.Drawing with IronOCRNuget Downloads 6,236,385|バージョン:2026.9リリースされたばかり