[]
Gets the label index at the specified location.
public bool LabelFromCoord(int x, int y, ref int labelIndex)
| Type | Name | Description |
|---|---|---|
| int | x | X client coordinate in pixels. |
| int | y | Y client coordinate in pixels. |
| int | labelIndex | Label index. |
| Type | Description |
|---|---|
| bool | This method returns true when a label exists at the specified coordinate. The LabelIndex is set as it is passed by reference. |