DiagramQueryItemDrawActionEventArgs(ItemTool, PointFloat, Boolean) Constructor
Initializes a new instance of the DiagramQueryItemDrawActionEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
public DiagramQueryItemDrawActionEventArgs(
ItemTool tool,
PointFloat diagramPoint,
bool allow
)
Parameters
Name | Type | Description |
---|---|---|
tool | DevExpress.Diagram.Core.ItemTool | A DevExpress.Diagram.Core.ItemTool object that is the drawing tool that the end-user is attempting to use. |
diagramPoint | PointFloat | A PointFloat value that is the current coordinates of the mouse pointer within the diagram control. |
allow | Boolean | true to allow the end-user to use the selected drawing tool; otherwise, false. |
See Also