Class CameraCapturingEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the Capturing event.
public class CameraCapturingEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraCapturingEventArgs
Properties
View SourceMainImage
Gets the main image data of the captured still image.
Declaration
public StillImage MainImage { get; }
Property Value
Type | Description |
---|---|
StillImage |
PostView
Gets the image data of the post view.
Declaration
public StillImage PostView { get; }
Property Value
Type | Description |
---|---|
StillImage |
Thumbnail
Gets the image data of the thumbnail.
Declaration
public StillImage Thumbnail { get; }
Property Value
Type | Description |
---|---|
StillImage |