IMeasuredLabelItemDraw Method |
Draws the label to a specified point.
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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