C# Class SleepHunter.Media.RenderedBitmap

Afficher le fichier Open project: ewrogers/SleepHunter4 Class Usage Examples

Méthodes publiques

Méthode Description
CreateBitmapSource ( double dpiX = 96.0, double dpiY = 96.0 ) : System.Windows.Media.Imaging.BitmapSource
RenderedBitmap ( int width, int height, int stride, System.Windows.Media.PixelFormat format, byte bits ) : System.Windows.Media

Method Details

CreateBitmapSource() public méthode

public CreateBitmapSource ( double dpiX = 96.0, double dpiY = 96.0 ) : System.Windows.Media.Imaging.BitmapSource
dpiX double
dpiY double
Résultat System.Windows.Media.Imaging.BitmapSource

RenderedBitmap() public méthode

public RenderedBitmap ( int width, int height, int stride, System.Windows.Media.PixelFormat format, byte bits ) : System.Windows.Media
width int
height int
stride int
format System.Windows.Media.PixelFormat
bits byte
Résultat System.Windows.Media