C# Class SleepHunter.Media.RenderedBitmap

ファイルを表示 Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Methods

Method 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 method

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

RenderedBitmap() public method

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
return System.Windows.Media