TakePictureDialog Members
In This Article
#Constructors
Name | Description |
---|---|
Take |
Initializes a new instance of the Take |
#Properties
Name | Description |
---|---|
Caption | Gets or sets the dialog’s caption. |
Device | Gets or sets the camera device. |
Image | Gets the snapshot that a user has captured using the camera device. |
Manual |
Gets or sets a camera resolution that is applied when the Take |
Resolution |
Gets or sets the camera resolution mode. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Show |
Displays the Take Picture dialog. |
Show |
Displays the Take Picture dialog with the specified caption. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Closed | Fires when the dialog is closed. Allows you to get the dialog result and captured image, and replace this image. |
Showing | Fires when the dialog is about to be displayed. Allows you to customize the form, and specify the camera device and resolution. |
See Also