OCR 繪圖
IronSoftware.Drawing 是由 Iron Software 開發的開源函式庫,可協助 C# 軟體工程師在 Windows、macOS 和 Linux 平台的 .NET 專案中取代 System.Drawing。
如需更多資訊,請參閱 IronDrawing
準備開始了嗎?
Nuget 下載 5,896,332 | 版本: 2026.5 just released
using 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 Private bitmapsysBitmap As System.Drawing.Bitmap Private sysImage As System.Drawing.Image Private ironBitmap As AnyBitmap ' Color Private sysColor As System.Drawing.Color Private ironColor As Color ' Rectangle Private sysRectangle As System.Drawing.Rectangle Private ironRectangle As Rectangle ' Font Private sysFont As System.Drawing.Font Private ironFont As Font
Install-Package IronOcr
IronSoftware.Drawing 是由 Iron Software 開發的開源函式庫,可協助 C# 軟體工程師在 Windows、macOS 和 Linux 平台的 .NET 專案中取代 System.Drawing。
如需更多資訊,請參閱 IronDrawing