WriteableBitmap.PixelBuffer property

Expand
0 out of 6 rated this helpful - Rate this topic

WriteableBitmap.PixelBuffer property

[This documentation is preliminary and is subject to change.]

Gets an access for the direct buffer where each pixel of the WriteableBitmap is written to.

Syntax


public IBuffer PixelBuffer { get; }

Property value

Type: IBuffer

A reference to the pixel buffer.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Imaging
Windows::UI::Xaml::Media::Imaging [C++]

Metadata

Windows.winmd

See also

WriteableBitmap

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD