TdxCustomLayoutControl.GetHitTest(Integer,Integer) Method
Returns the HitTest object that identifies a visual element at a specified point.
Declaration
function GetHitTest(X: Integer; Y: Integer): TdxCustomLayoutHitTest; overload;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Returns
Type |
---|
TdxCustomLayoutHitTest |
Remarks
This method simply calls the appropriate TdxLayoutContainer.GetHitTest overloaded variant. Refer to this method description to learn more.
See Also