Click or drag to resize

MultiLineLabelFormattingBaseMeasuredLabelItemDraw Method

Draws the label to a specified point.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual 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.

Implements

IMeasuredLabelItemDraw(Graphics, BrushXEnv, PointF)
See Also