C# Class MSIT.OutputMethods

Datei anzeigen Open project: angelsl/ms-MSIT Class Usage Examples

Public Methods

Method Description
OutputAGIF ( IEnumerable frames, String fn ) : void
OutputAPNG ( IEnumerable frames, String fn ) : void
OutputGIF ( Bitmap f, String fn ) : void
OutputPNG ( Bitmap f, String fn ) : void

Method Details

OutputAGIF() public static method

public static OutputAGIF ( IEnumerable frames, String fn ) : void
frames IEnumerable
fn String
return void

OutputAPNG() public static method

public static OutputAPNG ( IEnumerable frames, String fn ) : void
frames IEnumerable
fn String
return void

OutputGIF() public static method

public static OutputGIF ( Bitmap f, String fn ) : void
f System.Drawing.Bitmap
fn String
return void

OutputPNG() public static method

public static OutputPNG ( Bitmap f, String fn ) : void
f System.Drawing.Bitmap
fn String
return void