MindFusion.Java Package Programmer's Guide
TextLayout.getCharBounds Method
See Also
 






Gets the bounding rectangle of the character with the specified index.

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

 Syntax

Java  Copy Code

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

 Parameters

characterIndex

bounds

 Return Value

 See Also

TextLayout Members
TextLayout Class
com.mindfusion.diagramming.components Namespace