C# Class SharpApng.Apng

Inheritance: IDisposable
ファイルを表示 Open project: angelsl/ms-MSIT Class Usage Examples

Public Methods

Method Description
AddFrame ( Bitmap bmp, int num, int den ) : void
AddFrame ( Frame frame ) : void
Apng ( ) : System
Dispose ( ) : void
WriteApng ( string path, bool firstFrameHidden, bool disposeAfter ) : void
this ( int index ) : Frame

Private Methods

Method Description
ExtendImage ( Bitmap source, Size newSize ) : Bitmap

Method Details

AddFrame() public method

public AddFrame ( Bitmap bmp, int num, int den ) : void
bmp System.Drawing.Bitmap
num int
den int
return void

AddFrame() public method

public AddFrame ( Frame frame ) : void
frame Frame
return void

Apng() public method

public Apng ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

WriteApng() public method

public WriteApng ( string path, bool firstFrameHidden, bool disposeAfter ) : void
path string
firstFrameHidden bool
disposeAfter bool
return void

this() public method

public this ( int index ) : Frame
index int
return Frame