UserOverlayPaintEventArgsDragHandle Property

CVB.Net Documentation
If Dragging is true, then this property gives the index in the Vertices array of the handle that is currently being dragged. If no vertex is being dragged, then this property will be -1, if all handles are being dragged then this property will be identical with the length of the Vertices array.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public int DragHandle { get; }

Property Value

Type: Int32
See Also

Reference