Share via


CameraCaptureUI(WindowId) Constructor

Definition

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.

Applies to