| Overload | Description |
|---|---|
| HitTest(NPointHitTestVisitor) | Hit tests the node by point. This implementation returns false. It is up to derived classes to implement point hit test. |
| HitTest(NRegionHitTestVisitor) | Hit tests the node by region. This implementation returns false. It is up to derived classes to implement region hit test. |