C# 클래스 WinRTXamlToolkit.Imaging.IBufferExtensions

Contains extensions for an IBuffer interface in the context of a WriteableBitmap, which exposes one to access its pixels.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
GetPixels ( this pixelBuffer ) : PixelBufferInfo

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

메소드 상세

GetPixels() 공개 정적인 메소드

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