[]
Initializes a new instance of the HitTestInfo structure at the area underlying a mouse click.
public HitTestInfo(HitTestResult result, ILayoutArea underlyingArea, string interactiveAreaID, string data)
| Type | Name | Description |
|---|---|---|
| HitTestResult | result | An enumerated HitTestResult value indicating whether the mouse click is in an interactive area. |
| ILayoutArea | underlyingArea | An ILayoutArea interface defining the area on which the hit test is performed. |
| string | interactiveAreaID | A string value indicating the ID assigned to the area. |
| string | data | A string value containing additional data related to the hit test. |