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
OCR-Zeichnung
ironSoftware.Drawing" ist eine Open-Source-Bibliothek, die ursprünglich von Iron Software entwickelt wurde und C#-Softwareentwicklern hilft, System.Drawing" in .NET-Projekten auf Windows-, macOS- und Linux-Plattformen zu ersetzen.