C# Class WpfDemo.RgbaBitmapSource

Inheritance: System.Windows.Media.Imaging.BitmapSource
Afficher le fichier Open project: zwcloud/CairoSharp Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable

Method Details

CopyPixels() public méthode

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

CreateInstanceCore() protected méthode

protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

RgbaBitmapSource() public méthode

public RgbaBitmapSource ( byte rgbaBuffer, int pixelWidth ) : System
rgbaBuffer byte
pixelWidth int
Résultat System