A trivial implementation of the IIcon interface that paints an image that is loaded from a Uri.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class UriImageIcon : IIcon
Visual Basic
Public Class UriImageIcon _
	Implements IIcon

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..UriImageIcon

See Also