Paints the item()()()() using the style()()()()'s FallbackStyle

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public override void Paint(
	Graphics g,
	IPaintContext ctx
)
Visual Basic
Public Overrides Sub Paint ( _
	g As Graphics, _
	ctx As IPaintContext _
)

Parameters

g
Type: System.Drawing..::..Graphics
the graphics to paint on
ctx
Type: IPaintContext
the graphics context to consider

Implements

IPaintablePaint(Graphics, IPaintContext)

See Also