A style renderer implementation that can be used together with IImageNodeStyle instances.

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 ImageNodeStyleRenderer : AbstractNodeStyleRenderer<IImageNodeStyle>
Visual Basic
Public Class ImageNodeStyleRenderer _
	Inherits AbstractNodeStyleRenderer(Of IImageNodeStyle)

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'INode, INodeStyle, IImageNodeStyle>)>)>
    yWorks.yFiles.UI.Drawing..::..AbstractNodeStyleRenderer<(Of <(<'IImageNodeStyle>)>)>
      yWorks.yFiles.UI.Drawing..::..ImageNodeStyleRenderer

See Also