DrawingObjectMovedEventArgs Class
Contains additional information about a drawing object move state based on an event.
Namespace: elsystem.drawingobjects
|
Name |
Type |
Description |
|
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 |
|
OriginalPoints |
object |
Gets the orignal DOPoints of the DrawingObject before it was moved. |