CustomHitTestEventArgs Constructors
Provides data for the DiagramControl.CustomHitTest event.Name | Parameters | Description |
---|---|---|
CustomHitTestEventArgs(DiagramItem, PointF, RectangleF, Single) | item, point, bounds, angle | Initializes a new instance of the CustomHitTestEventArgs class with the specified settings. |
See Also