This method starts the preview.

[Visual Basic] Public Function Start(ByVal mode As DisplayMode) As Boolean
[C#] public bool Start(DisplayMode mode);

Parameters

mode

The display mode

Return Value

Returns True if successful, otherwise returns False

Explanation

The Start method starts the preview. The mode parameter determines whether the display mode will be "stretch" or "scale".

If successful, the State property will be changed. If unsuccessful, then "Step" or "ETC" will be set in the ErrorStatus property.

See Also

Preview Members | Newtone.ImageKit.Wpf.WebCamera.Preview

 

The ImageKit WPF is created by Newtone Corporation