Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.