C# Class WpfDemo.RgbaBitmapSource

Inheritance: System.Windows.Media.Imaging.BitmapSource
Mostrar archivo Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void
RgbaBitmapSource ( byte rgbaBuffer, int pixelWidth ) : System

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Method Details

CopyPixels() public method

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

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

RgbaBitmapSource() public method

public RgbaBitmapSource ( byte rgbaBuffer, int pixelWidth ) : System
rgbaBuffer byte
pixelWidth int
return System