C# Класс ImageGlass.Library.Image.Animation

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExtractAllFrames ( string animationFile, string destinationFolder ) : void

Extract all frames of animation

Приватные методы

Метод Описание
AnimateImage ( ) : void

This method begins the animation.

SaveFrames ( object sender, System e ) : void

Save current frame

Описание методов

ExtractAllFrames() публичный Метод

Extract all frames of animation
public ExtractAllFrames ( string animationFile, string destinationFolder ) : void
animationFile string File name
destinationFolder string Output folder
Результат void