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剛剛發布