An interface that describes the current context for painting routines.

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

Syntax

C#
public interface IRenderContext : ICanvasContext, 
	ILookup
Visual Basic
Public Interface IRenderContext _
	Inherits ICanvasContext, ILookup

See Also