Click or drag to resize

IGraphViewMouseState_AfterPaint Method

Performs mouse-state specific painting after the graph has been rendered.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void MouseState_AfterPaint(
	Graphics g
)

Parameters

g  Graphics
The graphics surface used for overlay painting.
See Also