Skip to main content
A newer version of this page is available. .

EditableItemHitInfo.StartIndex Property

Returns the first point that defines a line that is under a hit tested point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public int StartIndex { get; }

Property Value

Type Description
Int32

The first point that defines a line that is under a hit tested point.

Remarks

Note that the EditableItemHitInfo.EndIndex property stores the same index as StartIndex if the hit tested point is over the EditableItemHitInfo.Item‘s point.

See Also