[]
Returns information about the given location.
public HitTestInformation HitTest(int x, int y)
Public Function HitTest(x As Integer, y As Integer) As HitTestInformation
Type | Name | Description |
---|---|---|
int | x | The x value |
int | y | The y value |
Type | Description |
---|---|
HitTestInformation | A HitTestInformationobject. |