ILabelFormattingDrawItem Method |
Draws the item to a specified location.
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void DrawItem(
IGraphicsContext3D g,
IMaterial brush,
FontX3D font,
AltaxoVariant item,
PointD3D morg
)
Parameters
- g IGraphicsContext3D
- Graphics context.
- brush IMaterial
- Brush used to draw the item.
- font FontX3D
- Font used to draw the item.
- item AltaxoVariant
- The item to draw.
- morg PointD3D
- The location where the item is drawn to.
See Also