CVB.Net 14.0
UserOverlayPaintEventArgs Class Reference

Paint arguments for UserOverlays. These are basically identical with the PaintEventArgs objects from the auxiliary DLL, with the addition of the drag handle index. More...

Inherits PaintEventArgs.

Properties

DragHandlesInUse DragHandlesInUse [get]
 Evaluate which drag handles are currently being dragged.
 
int DragHandle [get]
 If Stemmer.Cvb.Aux.Overlays.PaintEventArgs.Dragging is true, then this property gives the index in the Stemmer.Cvb.Aux.Overlays.PaintEventArgs.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 Stemmer.Cvb.Aux.Overlays.PaintEventArgs.Vertices array.
 

Detailed Description

Paint arguments for UserOverlays. These are basically identical with the PaintEventArgs objects from the auxiliary DLL, with the addition of the drag handle index.