MichelMichels.InkSharp 8.0.0

dotnet add package MichelMichels.InkSharp --version 8.0.0
NuGet\Install-Package MichelMichels.InkSharp -Version 8.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MichelMichels.InkSharp" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MichelMichels.InkSharp --version 8.0.0
#r "nuget: MichelMichels.InkSharp, 8.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 330 3/18/2024

* .NET8.0 upgrade
* Breaking change: namespace change to MichelMichels.InkSharp