C# 클래스 SleepHunter.Media.RenderedBitmap

파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 메소드들

메소드 설명
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