RichEdit.getPositionFromChar

Overview | Methods | This Package | All Packages

RichEdit.getPositionFromChar

Returns the location of the character at the given index.

Syntax

public Point getPositionFromChar( int index )

Parameters

index

The index of the character for which to retrieve the location.

Return Value

Returns a Point object that specifies the location of the specified character.

See Also   getCharFromPosition