Info
Version: | 1.0.3 |
Author(s): | Pavel Torgashov |
Last Update: | Friday, April 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.codeproject.com/Articles/548769/Animator-for-WinForms |
NuGet Url: | https://www.nuget.org/packages/Animator |
Install
Install-Package Animator
dotnet add package Animator
paket add Animator
Animator Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The Animator does not work with OLE-based controls (WebBrowser, RichTextBox).
These controls do not paint itself when window is not visible. So we can not to grab bitmap from it.
Package built based on the Pavel Torgashov project posted on CodeProject (https://www.codeproject.com/Articles/548769/Animator-for-WinForms).