Table of Contents

Interface IImagePipeline

Namespace
Xui.Core.Actual
Assembly
Xui.Core.dll

Platform image pipeline. Caches decoded GPU-resident images by URI and vends IImage handles to views via the service-resolution chain. Implement this on each platform window to participate in image loading.

public interface IImagePipeline

Methods

CreateImage()

Creates a new IImage handle backed by this pipeline's catalog. The handle is initially empty; populate it with Load(string) or LoadAsync(string).

IImage CreateImage()

Returns

IImage