Back to Devexpress

CameraControl.RestoreSettingsFromStream(Stream) Method

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-dot-restoresettingsfromstream-x28-system-dot-io-dot-stream-x29.md

latest1.3 KB
Original Source

CameraControl.RestoreSettingsFromStream(Stream) Method

Loads the video settings stored in the system registry by the specified stream.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void RestoreSettingsFromStream(
    Stream stream
)
vb
Public Overridable Sub RestoreSettingsFromStream(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream descendant from which the video settings are loaded.

|

See Also

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace