We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842d0dd commit 3045d60Copy full SHA for 3045d60
1 file changed
README.md
@@ -48,7 +48,8 @@ Installing the IronSoftware.Drawing NuGet package is quick and easy, please inst
48
PM> Install-Package IronSoftware.System.Drawing
49
```
50
Alternatively, download directly from the [official NuGet website](https://www.nuget.org/packages/IronSoftware.System.Drawing).
51
-
+
52
53
Once installed, you can get started by adding `using IronSoftware.Drawing;` to the top of your C# code.
54
### `AnyBitmap` Code Example
55
```csharp
0 commit comments