You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# IronSoftware.Drawing - Image, Color, Rectangle, and Font class for .NET Applications
2
3
3
-
# IronDrawing - Image, Color, Rectangle, and Font class for .NET Applications
4
+
**IronSoftware.Drawing** is an open-source library originally developed by Iron Software that helps C# Software Engineers to replace System.Drawing.Common in .NET projects.
4
5
5
-
IronDrawing is a library developed and maintained by Iron Software that helps C# Software Engineers to replace System.Drawing.Common in .NET projects.
6
-
7
-
### IronDrawing Features and Capabilities:
8
-
- AnyBitmap: A universally compatible Bitmap class. Implicit casting between `IronDrawing.AnyBitmap` and the following:
6
+
### IronSoftware.Drawing Features and Capabilities:
7
+
-**AnyBitmap**: A universally compatible Bitmap class. Implicit casting between `IronSoftware.Drawing.AnyBitmap` and the following supported:
9
8
-`System.Drawing.Bitmap`
10
9
-`System.Drawing.Image`
11
10
-`SkiaSharp.SKBitmap`
12
11
-`SkiaSharp.SKImage`
13
12
-`SixLabors.ImageSharp`
14
13
-`Microsoft.Maui.Graphics.Platform.PlatformImage`
15
-
- Color: A universally compatible Color class. Implicit casting between `IronDrawing.Color` and the following:
14
+
-**Color**: A universally compatible Color class. Implicit casting between `IronSoftware.Drawing.Color` and the following supported:
16
15
-`System.Drawing.Color`
17
16
-`SkiaSharp.SKColor`
18
17
-`SixLabors.ImageSharp.Color`
19
18
-`SixLabors.ImageSharp.PixelFormats`
20
-
- CropRectangle: A universally compatible Rectangle class. Implicit casting between `IronDrawing.CropRectangle` and the following:
19
+
-**CropRectangle**: A universally compatible Rectangle class. Implicit casting between `IronSoftware.Drawing.CropRectangle` and the following supported:
21
20
-`System.Drawing.Rectangle`
22
21
-`SkiaSharp.SKRect`
23
22
-`SkiaSharp.SKRectI`
24
23
-`SixLabors.ImageSharp.Rectangle`
25
-
- Font: A universally compatible Font class. Implicit casting between `IronDrawing.Font` and the following:
24
+
-**Font**: A universally compatible Font class. Implicit casting between `IronSoftware.Drawing.Font` and the following supported:
26
25
-`System.Drawing.Font`
27
26
-`SkiaSharp.SKFont`
28
27
-`SixLabors.Fonts.Font`
29
28
30
-
### IronDrawing has cross platform support compatibility with:
29
+
### IronSoftware.Drawing has cross platform support compatibility with:
0 commit comments