CTextDocument2.RangeFromPoint2method
Retrieves the degenerate range at (or nearest to) a particular point on the screen.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION RangeFromPoint2 (BYVAL x AS LONG, BYVAL y AS LONG, BYVAL nType AS LONG) AS ITextRange2 PTR
Parameters
| Name | Description | |
|---|---|---|
x | The x-coordinate of a point, in screen coordinates. | |
y | The y-coordinate of a point, in screen coordinates. | |
nType | The alignment type of the specified point. For a list of valid values, see the GetPoint method of the ITextRange interface. |
Description
Retrieves the degenerate range at (or nearest to) a particular point on the screen.
Reference
- Documented in Windows/WIndows Controls/RichEdit/CTextDocument2 Class.md
- Topic: CTextDocument2 Class