Click or drag to resize

NumericLabelFormattingScientificDrawItem Method

Draws the specified item.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void DrawItem(
	IGraphicsContext3D g,
	IMaterial brush,
	FontX3D font,
	AltaxoVariant item,
	PointD3D morg
)

Parameters

g  IGraphicsContext3D
The graphics context used for drawing.
brush  IMaterial
The material used to draw the label.
font  FontX3D
The font used to draw the label.
item  AltaxoVariant
The value to draw.
morg  PointD3D
The drawing origin.

Implements

ILabelFormattingDrawItem(IGraphicsContext3D, IMaterial, FontX3D, AltaxoVariant, PointD3D)
See Also