[]
Returns the closest text position to a given point in the document layout.
public C1TextPointer GetPositionFromPoint(Point point)
Public Function GetPositionFromPoint(point As Point) As C1TextPointer
| Type | Name | Description |
|---|---|---|
| Point | point | A System.Windows.Point. |
| Type | Description |
|---|---|
| C1TextPointer | The closest text position to a given point in the document layout. |