'Declaration Public Function LabelFromCoord( _ ByVal x As System.Integer, _ ByVal y As System.Integer, _ ByRef labelIndex As System.Integer _ ) As System.Boolean
public System.bool LabelFromCoord( System.int x, System.int y, ref System.int labelIndex )
Parameters
- x
- X client coordinate in pixels.
- y
- Y client coordinate in pixels.
- labelIndex
- Label index.
Return Value
This method returns true when a label exists at the specified coordinate. The LabelIndex is set as it is passed by reference.