[]
Returns the C1TextElement directly below a given point.
public C1TextElement GetElementFromPoint(Point point)
Public Function GetElementFromPoint(point As Point) As C1TextElement
| Type | Name | Description |
|---|---|---|
| Point | point | A System.Windows.Point. |
| Type | Description |
|---|---|
| C1TextElement | The C1TextElement directly below a given point. |