TdxAlertWindowHitTest.ReCalculate(TPoint) Method
Calculates HitTest information for a specified alert window point.
Declaration
procedure ReCalculate(const APoint: TPoint); overload;
Parameters
Name | Type | Description |
---|---|---|
APoint | TPoint | The coordinates of the inspected point. |
Remarks
The first overloaded variant calculates the HitTest information for the inspected point specified by the HitPoint property. The second overloaded variant assigns the point passed as the method parameter to the HitPoint property and then calculates the HitTest information for this point. Calculating the HitTest information automatically updates other TdxAlertWindowHitTest class properties with relevant values based on the inspected point.
See Also