Returns the label whose layout rectangle contains the specified point.
SyntaxVB6
Copy Code
|
|---|
Public Function LabelFromPoint( _ |
C++
Copy Code
|
|---|
public: |
An integer value specifying horizontal coordinate of the point.
An integer value specifying vertical coordinate of the point.
The ArrowLabel that contains the specified point.
See Also