[]
Used to obtain the LabelIndex at the specified coordinate.
public bool LabelFromCoord(int XCoord, int YCoord, ref int LabelIndex)
Public Function LabelFromCoord(XCoord As Integer, YCoord As Integer, ByRef LabelIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | XCoord | X client coordinate. |
| int | YCoord | Y client coordinate. |
| int | LabelIndex | Label index. |
| Type | Description |
|---|---|
| bool | Returns true if a label is present at the specified coordinates. |