Click or drag to resize

IMeasuredLabelItemDraw Method

Draws the label to a specified point.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Draw(
	Graphics g,
	BrushXEnv brush,
	PointF point
)

Parameters

g  Graphics
Graphics context.
brush  BrushXEnv
The brush to use for the drawing.
point  PointF
The point where to draw the item.
See Also