MichelMichels.InkSharp
8.0.0
dotnet add package MichelMichels.InkSharp --version 8.0.0
NuGet\Install-Package MichelMichels.InkSharp -Version 8.0.0
<PackageReference Include="MichelMichels.InkSharp" Version="8.0.0" />
paket add MichelMichels.InkSharp --version 8.0.0
#r "nuget: MichelMichels.InkSharp, 8.0.0"
// Install MichelMichels.InkSharp as a Cake Addin #addin nuget:?package=MichelMichels.InkSharp&version=8.0.0 // Install MichelMichels.InkSharp as a Cake Tool #tool nuget:?package=MichelMichels.InkSharp&version=8.0.0
InkSharp
This class library provides an extended version of StrokeCollection
with the interface IDrawing
and the implementation Drawing
.
The purpose of this project is to provide a oneway conversion of StrokeCollection
-objects to Bitmap
, ImageSource
and byte[]
.
Getting Started
Clone the repository and start the InkSharp.Demo
project.
Installing
Compile the InkSharp
-project in release-mode and add a reference of InkSharp.dll to your project.
Authors
- Michel Michels - Initial work - GitHub
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
-
net8.0-windows7.0
- System.Drawing.Common (>= 8.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 920 | 3/18/2024 |
* .NET8.0 upgrade
* Breaking change: namespace change to MichelMichels.InkSharp