Share via


DigitalWindowControl.GetCapabilityForSize(Int32, Int32) Method

Definition

Gets a DigitalWindowCapability object that specifies the digital window capabilities of the capture device for the specified capture resolution.

public:
 virtual DigitalWindowCapability ^ GetCapabilityForSize(int width, int height) = GetCapabilityForSize;
DigitalWindowCapability GetCapabilityForSize(int const& width, int const& height);
public DigitalWindowCapability GetCapabilityForSize(int width, int height);
function getCapabilityForSize(width, height)
Public Function GetCapabilityForSize (width As Integer, height As Integer) As DigitalWindowCapability

Parameters

width
Int32

int

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

height
Int32

int

The height of the capture resolution for which capabilities are retrieved.

Returns

A DigitalWindowCapability object that specifies the digital window capabilities of the capture device for the specified capture resolution.

Applies to