# GC.Spread.Sheets.IHitTestShapeHitInfo

## Content

# Interface: IHitTestShapeHitInfo

[Spread](../modules/GC.Spread).[Sheets](../modules/GC.Spread.Sheets).IHitTestShapeHitInfo

## Table of contents

### Properties

- [adjustmentHandle](GC.Spread.Sheets.IHitTestShapeHitInfo#adjustmenthandle)
- [connectionPointIndex](GC.Spread.Sheets.IHitTestShapeHitInfo#connectionpointindex)
- [lineEnd](GC.Spread.Sheets.IHitTestShapeHitInfo#lineend)
- [resizeHandle](GC.Spread.Sheets.IHitTestShapeHitInfo#resizehandle)
- [shape](GC.Spread.Sheets.IHitTestShapeHitInfo#shape)
- [target](GC.Spread.Sheets.IHitTestShapeHitInfo#target)
- [type](GC.Spread.Sheets.IHitTestShapeHitInfo#type)
- [x](GC.Spread.Sheets.IHitTestShapeHitInfo#x)
- [y](GC.Spread.Sheets.IHitTestShapeHitInfo#y)

## Properties

### <a id="adjustmenthandle" name="adjustmenthandle"></a> adjustmentHandle

• `Optional` **adjustmentHandle**: [`IHitTestAdjustmentHandle`](GC.Spread.Sheets.Shapes.IHitTestAdjustmentHandle)

___

### <a id="connectionpointindex" name="connectionpointindex"></a> connectionPointIndex

• `Optional` **connectionPointIndex**: `number`

___

### <a id="lineend" name="lineend"></a> lineEnd

• `Optional` **lineEnd**: [`HitTestLineEnd`](../enums/GC.Spread.Sheets.Shapes.HitTestLineEnd)

___

### <a id="resizehandle" name="resizehandle"></a> resizeHandle

• `Optional` **resizeHandle**: [`IHitTestResizeHandle`](GC.Spread.Sheets.Shapes.IHitTestResizeHandle)

___

### <a id="shape" name="shape"></a> shape

• `Optional` **shape**: [`ShapeBase`](../classes/GC.Spread.Sheets.Shapes.ShapeBase)

___

### <a id="target" name="target"></a> target

• `Optional` **target**: [`ShapeBase`](../classes/GC.Spread.Sheets.Shapes.ShapeBase)

___

### <a id="type" name="type"></a> type

• `Optional` **type**: [`HitTestType`](../enums/GC.Spread.Sheets.Shapes.HitTestType)

___

### <a id="x" name="x"></a> x

• `Optional` **x**: `number`

___

### <a id="y" name="y"></a> y

• `Optional` **y**: `number`
