Click or drag to resize

IGraphicBasePaint Method

Paints the object.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Paint(
	Graphics g,
	IPaintContext context
)

Parameters

g  Graphics
The graphics context.
context  IPaintContext
The paint context.
See Also