CustomHitTestEventArgs Properties
Provides data for the DiagramControl.CustomHitTest event.| Name | Description |
|---|---|
| Angle | Gets the angle by which the diagram item is rotated around its anchor point relative to the diagram canvas. |
| Bounds | Gets the bounds of the item to which the test points belongs. |
| Item | Gets the item to which the test point belongs. |
| ItemHeight | Gets the height of the item to which the test point belongs. |
| ItemWidth | Gets the width of the item to which the test point belongs. |
| Point | Gets the object that represents the position of the test point relative to the item it belongs to. |
| Result | Gets or sets whether the test point belongs to a diagram item. |
See Also