Gets the label index at the specified location.
'Declaration
Public Function LabelFromCoord( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public System.bool LabelFromCoord(
System.int ,
System.int ,
ref System.int
)
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.