C# Class SoundInTheory.DynamicImage.Util.FastBitmap

Inheritance: IDisposable
Mostra file Open project: sitdap/dynamic-image Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ConvertFormat ( System.Windows.Media.Imaging.BitmapSource source ) : System.Windows.Media.Imaging.BitmapSource

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FastBitmap() public method

public FastBitmap ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
bitmap System.Windows.Media.Imaging.BitmapSource
return System

FastBitmap() public method

public FastBitmap ( byte bytes ) : System
bytes byte
return System

FastBitmap() public method

public FastBitmap ( int width, int height ) : System
width int
height int
return System

FastBitmap() public method

public FastBitmap ( string filename, UriKind uriKind = UriKind.Absolute ) : System
filename string
uriKind UriKind
return System

Lock() public method

public Lock ( ) : void
return void

Save() public method

Only used for testing.
public Save ( string filename ) : void
filename string
return void

Unlock() public method

public Unlock ( ) : void
return void

this() public method

public this ( int x, int y ) : Color
x int
y int
return Color