Class AsyncImageLoader.PixelBufferLoadedEventArgs

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class AsyncImageLoader.PixelBufferLoadedEventArgs : EventArgs
    Inheritance
    object
    AsyncImageLoader.PixelBufferLoadedEventArgs

    Properties

    View Source

    LoadingTaskId

    Declaration
    public uint LoadingTaskId { get; }
    Property Value
    Type Description
    uint
    View Source

    PixelBuffers

    Declaration
    public List<PixelBuffer> PixelBuffers { get; }
    Property Value
    Type Description
    List<><PixelBuffer>

    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