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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ConvertFormat ( System.Windows.Media.Imaging.BitmapSource source ) : System.Windows.Media.Imaging.BitmapSource |
public FastBitmap ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System | ||
bitmap | System.Windows.Media.Imaging.BitmapSource | |
return | System |
public FastBitmap ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public FastBitmap ( string filename, UriKind uriKind = UriKind.Absolute ) : System | ||
filename | string | |
uriKind | UriKind | |
return | System |