Search
TextLayout.getLineFromCharacterIndex Method
See Also
 

Retrieves the line containing the character with the specified index.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public int getLineFromCharacterIndex (
    Rectangle2D.Float bounds,
    int characterIndex
)

 Parameters

bounds

characterIndex

 Return Value

 See Also