The event arguments for the PrepareRenderContextEventHandler used by PrepareRenderContext

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

Syntax

C#
public class PrepareRenderContextEventArgs : EventArgs
Visual Basic
Public Class PrepareRenderContextEventArgs _
	Inherits EventArgs

Remarks

This event argument can be used to modify the Context during RenderContent(Graphics, IRenderContext) call.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    yWorks.Canvas..::..PrepareRenderContextEventArgs

See Also