DiagramItemDrawingEventArgs Members
Provides data for the DiagramControl.ItemDrawing event.Constructors
| Name | Description |
|---|---|
| DiagramItemDrawingEventArgs(DiagramItem, ItemTool, DiagramActionStage, PointFloat, PointFloat) | Initializes a new instance of the DiagramItemDrawingEventArgs class. |
Fields
| Name | Description |
|---|---|
| Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| EndPosition | Specifies the current ending point of the drawing operation on the canvas. |
| Item | Returns the diagram item that is being drawn. |
| Stage | Indicates whether the drawing operation has just started, is continuing or has been finished or canceled. |
| StartPosition | Indicates the point on the canvas where the end-user initiated the drawing operation by clicking and dragging with a drawing tool selected. |
| Tool | Returns the drawing tool that the end-user is using. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also