Share via


FrameDescription.LengthInPixels Property

Gets the length in pixels of the data for an image frame.

Syntax

public:
property uint32 LengthInPixels {
         uint32 get ();
}
public uint LengthInPixels { get; }
var lengthInPixels = frameDescription.lengthInPixels;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint32
Type: uint
Type: Number

 

The length in pixels of the data for an image frame.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

FrameDescription Class
WindowsPreview.Kinect Namespace