PhotoCamera.GetPreviewBufferArgb32 Method

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

Syntax

'Declaration
Public Sub GetPreviewBufferArgb32 ( _
    pixelData As Integer() _
)
public void GetPreviewBufferArgb32(
    int[] pixelData
)
public:
void GetPreviewBufferArgb32(
    array<int>^ pixelData
)
member GetPreviewBufferArgb32 : 
        pixelData:int[] -> 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