C# Class SoundInTheory.DynamicImage.Util.FastBitmap

Inheritance: IDisposable
Afficher le fichier Open project: sitdap/dynamic-image Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FastBitmap ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
FastBitmap ( byte bytes ) : System
FastBitmap ( int width, int height ) : System
FastBitmap ( string filename, UriKind uriKind = UriKind.Absolute ) : System
Lock ( ) : void
Save ( string filename ) : void

Only used for testing.

Unlock ( ) : void
this ( int x, int y ) : Color

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ConvertFormat ( System.Windows.Media.Imaging.BitmapSource source ) : System.Windows.Media.Imaging.BitmapSource

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FastBitmap() public méthode

public FastBitmap ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
bitmap System.Windows.Media.Imaging.BitmapSource
Résultat System

FastBitmap() public méthode

public FastBitmap ( byte bytes ) : System
bytes byte
Résultat System

FastBitmap() public méthode

public FastBitmap ( int width, int height ) : System
width int
height int
Résultat System

FastBitmap() public méthode

public FastBitmap ( string filename, UriKind uriKind = UriKind.Absolute ) : System
filename string
uriKind UriKind
Résultat System

Lock() public méthode

public Lock ( ) : void
Résultat void

Save() public méthode

Only used for testing.
public Save ( string filename ) : void
filename string
Résultat void

Unlock() public méthode

public Unlock ( ) : void
Résultat void

this() public méthode

public this ( int x, int y ) : Color
x int
y int
Résultat Color