Initializes a new instance of the QueryDropPositionEventArgs class.

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,
	double width,
	double height
)
Visual Basic (Declaration)
Public Sub New ( _
	inputElement As IInputElement, _
	positionX As Double, _
	positionY As Double, _
	width As Double, _
	height 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.
width
Type: System..::.Double
The width of the actual bounds.
height
Type: System..::.Double
The height of the actual bounds.

See Also