Click or drag to resize

NumericLabelFormattingScientificMeasuredLabelItemDraw Method

Draws the measured label.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void Draw(
	IGraphicsContext3D g,
	IMaterial brush,
	PointD3D point
)

Parameters

g  IGraphicsContext3D
The graphics context used for drawing.
brush  IMaterial
The material used to draw the label.
point  PointD3D
The drawing origin.

Implements

IMeasuredLabelItemDraw(IGraphicsContext3D, IMaterial, PointD3D)
See Also