Class CameraCapturingEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Camera.dll

    Provides data for the Capturing event.

    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
    Type Description
    StillImage
    View Source

    PostView

    Gets the image data of the post view.

    Declaration
    public StillImage PostView { get; }
    Property Value
    Type Description
    StillImage
    View Source

    Thumbnail

    Gets the image data of the thumbnail.

    Declaration
    public StillImage Thumbnail { get; }
    Property Value
    Type Description
    StillImage
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX