'Declaration
Public Function New( _ ByVal hitTest As Integer, _ ByVal target As DrawingObject, _ ByVal value As Integer _ )
'Usage
Dim hitTest As Integer Dim target As DrawingObject Dim value As Integer Dim instance As New HitTestInfo(hitTest, target, value)
Parameters
- hitTest
- The hit test code at the position indicated by a hit test.
- target
- The object at the position indicated by a hit test.
- value