Initializes a new instance of the QueryDropPositionEventArgs class. This constructor sets the width and height of the actual bounds to be 0.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public QueryDropPositionEventArgs(
	IInputElement inputElement,
	double positionX,
	double positionY
)
Visual Basic (Declaration)
Public Sub New ( _
	inputElement As IInputElement, _
	positionX As Double, _
	positionY As Double _
)

Parameters

inputElement
Type: System.Windows..::.IInputElement
The IInputElement of the ToolThumb.
positionX
Type: System..::.Double
The x position of the left edge of the actual bounds.
positionY
Type: System..::.Double
The y position of the top edge of the actual bounds.

See Also