Click or drag to resize

IMeasuredLabelItem Interface

Represents a label item that has already been measured and is ready to draw.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IMeasuredLabelItem

The IMeasuredLabelItem type exposes the following members.

Properties
 NameDescription
Public propertySize Size of the enclosing rectangle of the label item.
Top
Methods
 NameDescription
Public methodDraw Draws the label to a specified point.
Top
See Also