A trivial implementation of the IIcon interface that paints an image.

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 ImageIcon : IIcon
Visual Basic
Public Class ImageIcon _
	Implements IIcon

Inheritance Hierarchy

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

See Also