C# Class Smrf.AppLib.SaveableImageFormats

Contains information about image formats that can be saved to disk.
This class encapsulates information about image formats that can be saved to disk. All properties and methods are static.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
Filter String
ImageFormats System.Drawing.Imaging.ImageFormat[]
PngFilterIndexOneBased System.Int32

Méthodes publiques

Méthode Description
GetFileExtension ( ImageFormat saveableImageFormat ) : String
InitializeListControl ( ListControl listControl ) : void

Method Details

GetFileExtension() public static méthode

public static GetFileExtension ( ImageFormat saveableImageFormat ) : String
saveableImageFormat System.Drawing.Imaging.ImageFormat
Résultat String

InitializeListControl() public static méthode

public static InitializeListControl ( ListControl listControl ) : void
listControl System.Windows.Forms.ListControl
Résultat void

Property Details

Filter public_oe static_oe property

A filter string for the image formats that can be saved to disk, suitable for use in a common dialog.
public static String Filter
Résultat String

ImageFormats public_oe static_oe property

An array of image formats that can be saved to disk.
public static ImageFormat[],System.Drawing.Imaging ImageFormats
Résultat System.Drawing.Imaging.ImageFormat[]

PngFilterIndexOneBased public_oe static_oe property

One-based index of the PNG filter returned by Filter.
public static Int32,System PngFilterIndexOneBased
Résultat System.Int32