C# 클래스 WpfDemo.RgbaBitmapSource

상속: System.Windows.Media.Imaging.BitmapSource
파일 보기 프로젝트 열기: zwcloud/CairoSharp 1 사용 예제들

공개 메소드들

메소드 설명
CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void
RgbaBitmapSource ( byte rgbaBuffer, int pixelWidth ) : System

보호된 메소드들

메소드 설명
CreateInstanceCore ( ) : System.Windows.Freezable

메소드 상세

CopyPixels() 공개 메소드

public CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void
sourceRect System.Windows.Int32Rect
pixels System.Array
stride int
offset int
리턴 void

CreateInstanceCore() 보호된 메소드

protected CreateInstanceCore ( ) : System.Windows.Freezable
리턴 System.Windows.Freezable

RgbaBitmapSource() 공개 메소드

public RgbaBitmapSource ( byte rgbaBuffer, int pixelWidth ) : System
rgbaBuffer byte
pixelWidth int
리턴 System