ILabelFormattingMeasureItem Method |
Measures the item, i.e. returns the size of the item.
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax VectorD3D MeasureItem(
IGraphicsContext3D g,
FontX3D font,
AltaxoVariant mtick,
PointD3D morg
)
Parameters
- g IGraphicsContext3D
- Graphics context.
- font FontX3D
- The font that is used to draw the item.
- mtick AltaxoVariant
- The item to draw.
- morg PointD3D
- The location the item will be drawn.
Return Value
VectorD3DThe size of the item if it would be drawn.
See Also