C# Class MSIT.OutputMethods

Afficher le fichier Open project: angelsl/ms-MSIT Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static OutputAGIF ( IEnumerable frames, String fn ) : void
frames IEnumerable
fn String
Résultat void

OutputAPNG() public static méthode

public static OutputAPNG ( IEnumerable frames, String fn ) : void
frames IEnumerable
fn String
Résultat void

OutputGIF() public static méthode

public static OutputGIF ( Bitmap f, String fn ) : void
f System.Drawing.Bitmap
fn String
Résultat void

OutputPNG() public static méthode

public static OutputPNG ( Bitmap f, String fn ) : void
f System.Drawing.Bitmap
fn String
Résultat void