Search
Painter.MeasureContentsText Method (String, Double, Style)
See Also
 






Measures the specified text's height when the text is drawn in an area with the specified width using the contents settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public double MeasureContentsText (
    string text,
    double width,
    Style style
)

Visual Basic  Copy Code

Public Function MeasureContentsText( _
    text As String, _
    width As Double, _
    style As Style _
) As Double

 Parameters

text

width

style

 Return Value

 See Also