VideoDeviceController.RegionsOfInterestControl Property
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 the regions of interest control for this video device.
public:
property RegionsOfInterestControl ^ RegionsOfInterestControl { RegionsOfInterestControl ^ get(); };
RegionsOfInterestControl RegionsOfInterestControl();
public RegionsOfInterestControl RegionsOfInterestControl { get; }
var regionsOfInterestControl = videoDeviceController.regionsOfInterestControl;
Public ReadOnly Property RegionsOfInterestControl As RegionsOfInterestControl
Property Value
The regions of interest control.