C# Класс SleepHunter.Media.RenderedBitmap

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CreateBitmapSource() публичный Метод

public CreateBitmapSource ( double dpiX = 96.0, double dpiY = 96.0 ) : System.Windows.Media.Imaging.BitmapSource
dpiX double
dpiY double
Результат System.Windows.Media.Imaging.BitmapSource

RenderedBitmap() публичный Метод

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
Результат System.Windows.Media