CameraCaptureUI(WindowId) Constructor
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.
Initializes a new instance of the CameraCaptureUI class.
public:
CameraCaptureUI(WindowId windowId);
CameraCaptureUI(WindowId const& windowId);
public CameraCaptureUI(WindowId windowId);
function CameraCaptureUI(windowId)
Public Sub New (windowId As WindowId)
Parameters
- windowId
- WindowId
The WindowID of the top-level window that the CameraCaptureUI will be associated with.