Class AsyncImageLoader.PixelBufferLoadedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
public class AsyncImageLoader.PixelBufferLoadedEventArgs : EventArgs
- Inheritance
-
objectAsyncImageLoader.PixelBufferLoadedEventArgs
Properties
View SourceLoadingTaskId
Declaration
public uint LoadingTaskId { get; }
Property Value
| Type | Description |
|---|---|
| uint |
PixelBuffers
Declaration
public List<PixelBuffer> PixelBuffers { get; }
Property Value
| Type | Description |
|---|---|
| List<><PixelBuffer> |