Click or drag to resize

ShapeGroupPaint Method

Paint the shape group in the graphic context.

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

Parameters

g  Graphics
Graphic context.
context  IPaintContext
The paint context.

Implements

IGraphicBasePaint(Graphics, IPaintContext)
See Also