EditableItemHitInfo.EndIndex Property
Returns the second point that defines a line that is under a hit tested point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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