[]
Performs a hit test.
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-coordinate of the point |
int | y | The y-coordinate of the point |
Type | Description |
---|---|
HitTestInformation | A HitTestInformation object |