IronSoftware.Drawing 是一个最初由Iron Software开发的开源库,帮助C#软件工程师在Windows、macOS和Linux平台上的.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平台上的.NET项目中替换 System.Drawing。
更多信息请查看IronDrawing
Explore How to ReplaceSystem.Drawing with IronOCRNuget Downloads 6,236,385|版本:2026.9刚刚发布