IDimensionViewerBase.HitTest

Syntax

HitTest(Pt: IPoint; Var Hit: HitTestResult): Integer;

Parameters

Pt. The point, in which component element can be obtained.

Hit. Parameter that contains additional information.

Description

The HitTest method is an extension of the IDimensionViewerBase.GetItemAt method.

Comments

After executing the method the Hit parameter is to store the additional information.

See also:

IDimensionViewerBase