DrawingObjectMovedEventArgs Class

Contains additional information about a drawing object move state based on an event.

Namespace: elsystem.drawingobjects

Properties
  Name Type Description
Public property Count int Gets the count of the number of OriginalPoints (see below) captured during the moving event.The count will be the number of DOPoints in the DrawingObject
Public property OriginalPoints object Gets the orignal DOPoints of the DrawingObject before it was moved.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.DrawingObjects.DrawingObjectEventArgs