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
Dessin OCR
IronSoftware.Drawing est une bibliothèque open-source développée à l'origine par Iron Software qui aide les ingénieurs logiciels C# à remplacer **System.Drawing** dans les projets .NET sur les plateformes Windows, macOS et Linux.
Pour plus d'informations, veuillez consulterDessin au fer
Liens vers des documents connexes
Prêt à commencer ? Version : 2024.11 vient de paraître