Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
public class CameraCapturingEventArgs : EventArgs
- Inheritance
-
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
View Source
PostView
Gets the image data of the post view.
Declaration
public StillImage PostView { get; }
Property Value
Declaration
public StillImage Thumbnail { get; }
Property Value