Share via


PixelRegion.ImagePixels Property

The array of pixels that make up the image.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

public uint[] ImagePixels { get; }
'Declaration
Public ReadOnly Property ImagePixels As UInteger()
    Get
public:
property array<unsigned int>^ ImagePixels {
    array<unsigned int>^ get ();
}
function get_ImagePixels();

Property Value

Type: UInt32[]

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

PixelRegion Class

PixelRegion.PixelRegion Members

Lumia.Imaging Namespace