Table of Contents

Interface IPlatformIconLoader

Namespace
Avalonia.Platform
Assembly
Avalonia.Controls.dll
[Unstable]
[PrivateApi]
public interface IPlatformIconLoader

Methods

LoadIcon(IBitmapImpl)

IWindowIconImpl LoadIcon(IBitmapImpl bitmap)

Parameters

bitmap IBitmapImpl

Returns

IWindowIconImpl

LoadIcon(Stream)

IWindowIconImpl LoadIcon(Stream stream)

Parameters

stream Stream

Returns

IWindowIconImpl

LoadIcon(string)

IWindowIconImpl LoadIcon(string fileName)

Parameters

fileName string

Returns

IWindowIconImpl