SkyCD.DrawingBox.dll is a library that provides a DrawingBox control for Windows applications. The control allows for the creation of layered 2D graphics.
To use SkyCD.DrawingBox.dll in your Windows application, you can install the package from NuGet by following these steps:
- Open the NuGet Package Manager in your project by selecting Tools > NuGet Package Manager > Package Manager Console from the Visual Studio menu.
- Run the following command in the Package Manager Console:
Install-Package SkyCD.DrawingBox.dll -Source https://nuget.pkg.github.com/SkyCD/index.json.
This will install the latest version of SkyCD.DrawingBox.dll and add the GitHub Packages source to your NuGet package sources.
Alternatively, you can download the latest release from GitHub and reference the DLL in your project.
Contributions to SkyCD.DrawingBox.dll are welcome. To contribute, please fork the repository, create a new branch, and submit a pull request.
SkyCD.DrawingBox.dll is licensed under the MIT License. See the LICENSE file for more information.