Table of Contents

Class ResourcesUtilies

Namespace
Loehnert.Utility
Assembly
Loehnert.Utility.dll

Contains utilities for resources.

public static class ResourcesUtilies
Inheritance
ResourcesUtilies
Inherited Members

Methods

GetImageSourceFromResource(string, string)

Gets an ImageSource instance from a resource.

public static ImageSource GetImageSourceFromResource(string assemblyName, string resourceName)

Parameters

assemblyName string

Name of assembly.

resourceName string

Name of resource.

Returns

ImageSource

A ImageSource using the Create(Uri).