इसके माध्यम से साझा किया गया


DigitalWindowCapability.Width Property

Definition

Gets the width of the capture resolution for which the capabilities are supported.

public:
 property int Width { int get(); };
int Width();
public int Width { get; }
var int32 = digitalWindowCapability.width;
Public ReadOnly Property Width As Integer

Property Value

Int32

int

The width of the capture resolution for which the capabilities are supported.

Remarks

The DigitalWindowControl.SupportedCapabilities method returns a list of capabilities supported for different capture resolutions. GetCapabilitiyForSize gets the capabilities for a specific capture resolution.

Applies to