Click or drag to resize

GraphicBasePaint Method

Paint the object in the graphics context.

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

Parameters

g  Graphics
Graphics context.
context  IPaintContext
Additional information used to draw the object.

Implements

IGraphicBasePaint(Graphics, IPaintContext)
See Also