PerceptionVideoProfile.Width Property

Definition

Gets the frame width, in pixels.

public:
 property int Width { int get(); };
int Width();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
int Width();
public int Width { get; }
public int Width { [Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var int32 = perceptionVideoProfile.width;
Public ReadOnly Property Width As Integer

Property Value

Int32

int

The frame width, in pixels.

Attributes

Applies to