Class IconDescriptorFactory
A static class containing methods for creating icon descriptors.
Inherited Members
Namespace: SociallyDistant.Core.Shell
Assembly: SociallyDistant.Framework.dll
Syntax
public static class IconDescriptorFactory
Methods
CreateDescriptorFromUrl(string)
Creates an icon descriptor from the given resource URL.
Declaration
public static IIconDescriptor CreateDescriptorFromUrl(string resourceUri)
Parameters
Type | Name | Description |
---|---|---|
string | resourceUri | A string representing the URL to an icon resource. |
Returns
Type | Description |
---|---|
IIconDescriptor | An IIconDescriptor implementation that loads the given icon resource. |