LabelFormattingBaseDrawItem Method |
Draws the item to a specified location.
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void DrawItem(
Graphics g,
BrushX brush,
FontX font,
StringFormat strfmt,
AltaxoVariant item,
PointF morg
)
Parameters
- g Graphics
- Graphics context.
- brush BrushX
- Brush used to draw the item.
- font FontX
- Font used to draw the item.
- strfmt StringFormat
- String format.
- item AltaxoVariant
- The item to draw.
- morg PointF
- The location where the item is drawn to.
Implements
ILabelFormattingDrawItem(Graphics, BrushX, FontX, StringFormat, AltaxoVariant, PointF)See Also