[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.HitTestInfo.-ctor

HitTestInfo Constructor

HitTestInfo(int)

Initializes a new instance of the HitTestInfo struct.

Declaration
public HitTestInfo(int hitTest)
Public Sub New(hitTest As Integer)
Parameters
Type Name Description
int hitTest

The hit test code at the position indicated by a hit test.

HitTestInfo(int, DrawingObject)

Initializes a new instance of the HitTestInfo struct.

Declaration
public HitTestInfo(int hitTest, DrawingObject target)
Public Sub New(hitTest As Integer, target As DrawingObject)
Parameters
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.

HitTestInfo(int, DrawingObject, int, FreeFormNode?)

Initializes a new instance of the HitTestInfo struct.

Declaration
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)
Parameters
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