C# 클래스 ImageGlass.Library.Image.Animation

파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

메소드 설명
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