PhotoCamera.GetPreviewBufferY Method

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Sub GetPreviewBufferY ( _
    pixelData As Byte() _
)
public void GetPreviewBufferY(
    byte[] pixelData
)
public:
void GetPreviewBufferY(
    array<unsigned char>^ pixelData
)
member GetPreviewBufferY : 
        pixelData:byte[] -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhotoCamera Class

Microsoft.Devices Namespace