Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
public class CameraCapturingEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
CameraCapturingEventArgs
Properties
View Source
MainImage
Gets the main image data of the captured still image.
Declaration
public StillImage MainImage { get; }
Property Value
API Level: 4
View Source
PostView
Gets the image data of the post view.
Declaration
public StillImage PostView { get; }
Property Value
API Level: 3
Declaration
public StillImage Thumbnail { get; }
Property Value
API Level: 3