Search
Arrow.LabelFromPoint Method
See Also
 



Returns the label whose layout rectangle contains the specified point.

 Syntax

VB6  Copy Code

Public Function LabelFromPoint( _
    ByVal x As Long, _
    ByVal y As Long _
) As ArrowLabel

C++  Copy Code

public:
ArrowLabel* LabelFromPoint (
    int x,
    int y
)

 Parameters

x

An integer value specifying horizontal coordinate of the point.

y

An integer value specifying vertical coordinate of the point.

 Return Value

The ArrowLabel that contains the specified point.

 See Also