Back to Devexpress

EditableItemHitInfo.EndIndex Property

windowsforms-devexpress-dot-xtramap-dot-editableitemhitinfo.md

latest1.4 KB
Original Source

EditableItemHitInfo.EndIndex Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public int EndIndex { get; }
vb
Public ReadOnly Property EndIndex As Integer

Property Value

TypeDescription
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

EditableItemHitInfo Class

EditableItemHitInfo Members

DevExpress.XtraMap Namespace