Search
Painter.MeasureContentsText Method (String, Int32, 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 int MeasureContentsText (
    string text,
    int width,
    Style style
)

Visual Basic  Copy Code

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

 Parameters

text

width

style

 Return Value

 See Also