Skip to main content

EditableItemHitInfo.EndIndex Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public int EndIndex { get; }

Property Value

Type Description
Int32

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

Remarks

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

See Also