Back to Devexpress

TakePictureDialog Members

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-takepicturedialog-dot-underscore-members.md

latest4.2 KB
Original Source

TakePictureDialog Members

The modal dialog to take pictures from a camera device.

Constructors

NameDescription
TakePictureDialog()Initializes a new instance of the TakePictureDialog class.

Properties

NameDescription
CaptionGets or sets the dialog’s caption.
DeviceGets or sets the camera device.
ImageGets the snapshot that a user has captured using the camera device.
ManualResolutionGets or sets a camera resolution that is applied when the TakePictureDialog.ResolutionMode property is set to Manual.
ResolutionModeGets or sets the camera resolution mode.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ShowDialog()Displays the Take Picture dialog.
ShowDialog(String)Displays the Take Picture dialog with the specified caption.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ClosedFires when the dialog is closed. Allows you to get the dialog result and captured image, and replace this image.
ShowingFires when the dialog is about to be displayed. Allows you to customize the form, and specify the camera device and resolution.

See Also

TakePictureDialog Class

DevExpress.XtraEditors.Camera Namespace