[]
Used to obtain the LabelIndex at the specified coordinate.
public bool LabelFromCoord(int XCoord, int YCoord, ref int LabelIndex)
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. |