Share via


PointCloudFrame.Width Property

Gets the width of the frame.

Syntax

public:
property uint32 Width {
         uint32 get ();
}
public uint Width { get; }
var width = pointCloudFrame.width;

Property value

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

Type: uint32
Type: uint
Type: Number

 

The width of the frame.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

PointCloudFrame Class
Microsoft.Kinect.Fusion Namespace