VideoDeviceController.Zoom 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 a MediaDeviceControl object that can be used to get or set the camera's zoom setting.
public:
property MediaDeviceControl ^ Zoom { MediaDeviceControl ^ get(); };
MediaDeviceControl Zoom();
public MediaDeviceControl Zoom { get; }
var mediaDeviceControl = videoDeviceController.zoom;
Public ReadOnly Property Zoom As MediaDeviceControl
Property Value
A MediaDeviceControl object that provides methods to get and set the zoom.
Remarks
Zoom is specified in millimeters.
For more information on getting or setting this value, see MediaDeviceControl.