IMeasuredLabelItemDraw Method |
Draws the label to a specified point.
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Draw(
IGraphicsContext3D g,
IMaterial brush,
PointD3D point
)
Parameters
- g IGraphicsContext3D
- Graphics context.
- brush IMaterial
- The brush to use for the drawing.
- point PointD3D
- The point where to draw the item.
See Also