Click or drag to resize
weroSoft AG, Software
InteractionManagerCreateImageFromUri Method (String)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Creates an image from the URI.

Namespace:  WeroSoft.Triton.Desktop.Configuration
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static ImageSource CreateImageFromUri(
	string iconUri
)

Parameters

iconUri
Type: SystemString
Uri of the icon to be used.

Return Value

Type: ImageSource

[Missing <returns> documentation for "M:WeroSoft.Triton.Desktop.Configuration.InteractionManager.CreateImageFromUri(System.String)"]

See Also