DigitalWindowControl.GetCapabilityForSize(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.