UserOverlayPaintEventArgs Class

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

SystemObject
  SystemEventArgs
    PaintEventArgs
      Stemmer.Cvb.Forms.OverlaysUserOverlayPaintEventArgs

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

public class UserOverlayPaintEventArgs : PaintEventArgs

The UserOverlayPaintEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyDragHandle
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.
Public propertyDragHandlesInUse
Evaluate which drag handles are currently being dragged.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference