Class CaptureFinishedEventArgs

    Definition

    Namespace:
    Tizen.NUI.Scene3D
    Assembly:
    Tizen.NUI.Scene3D.dll

    Event arguments of SceneView capture finished event.

    public class CaptureFinishedEventArgs : EventArgs
    Inheritance
    object
    CaptureFinishedEventArgs

    Properties

    View Source

    CapturedImageUrl

    ImageUrl of the captured result If the capture is failed, it is null.

    Declaration
    public ImageUrl CapturedImageUrl { get; set; }
    Property Value
    Type Description
    ImageUrl
    View Source

    CaptureId

    Integer ID of the capture request.

    Declaration
    public int CaptureId { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX