[]
Initializes a new instance of the HitTestInfo struct.
public HitTestInfo(int hitTest)
Public Sub New(hitTest As Integer)
Type | Name | Description |
---|---|---|
int | hitTest | The hit test code at the position indicated by a hit test. |
Initializes a new instance of the HitTestInfo struct.
public HitTestInfo(int hitTest, DrawingObject target)
Public Sub New(hitTest As Integer, target As DrawingObject)
Type | Name | Description |
---|---|---|
int | hitTest | The hit test code at the position indicated by a hit test. |
DrawingObject | target | The object at the position indicated by a hit test. |
Initializes a new instance of the HitTestInfo struct.
public HitTestInfo(int hitTest, DrawingObject target, int value, FreeFormNode? node = null)
Public Sub New(hitTest As Integer, target As DrawingObject, value As Integer, Optional node As FreeFormNode? = Nothing)
Type | Name | Description |
---|---|---|
int | hitTest | The hit test code at the position indicated by a hit test. |
DrawingObject | target | The object at the position indicated by a hit test. |
int | value | |
FreeFormNode? | node |