Skip to main content

TdxWizardControlHitTest.Calculate(TPoint) Method

Calculates HitTest information for a specified wizard control point.

Declaration

procedure Calculate(const APoint: TPoint);

Parameters

Name Type Description
APoint TPoint

The coordinates of the inspected point.

Remarks

This method assigns APoint to the HitPoint property and then calculates the HitTest information for the new inspected point. This automatically updates other class properties with relevant values based on the point.

See Also