Click or drag to resize

IMeasuredLabelItem Interface

Interface for an label item that is ready to draw and was already measured.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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