FromPoint

Method of ILabels

Description

Find Label from point

Parameters

Return Value

Syntax

JavaScript

var ppVal = Labels.FromPoint(pPos);

Visual Basic Script

ppVal = Labels.FromPoint pPos

C++

CComPtr<ILabel> pVal;
HRESULT hr = Labels.FromPoint(pPos, &pVal);

See Also

ILabels