C# Class WinRTXamlToolkit.Imaging.IBufferExtensions

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

Public Methods

Method Description
GetPixels ( this pixelBuffer ) : PixelBufferInfo

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

Method Details

GetPixels() public static method

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