C# Class WinRTXamlToolkit.Imaging.IBufferExtensions

Contains extensions for an IBuffer interface in the context of a WriteableBitmap, which exposes one to access its pixels.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
GetPixels ( this pixelBuffer ) : PixelBufferInfo

Gets the pixels access wrapper for a PixelBuffer property of a WriteableBitmap.

Method Details

GetPixels() public static méthode

Gets the pixels access wrapper for a PixelBuffer property of a WriteableBitmap.
public static GetPixels ( this pixelBuffer ) : PixelBufferInfo
pixelBuffer this The pixel buffer.
Résultat PixelBufferInfo