Initializes a new instance of the MarqueeDragStartedEventArgs class.

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

Syntax

C#
public MarqueeDragStartedEventArgs(
	Point startPosition
)
Visual Basic (Declaration)
Public Sub New ( _
	startPosition As Point _
)

Parameters

startPosition
Type: System.Windows..::.Point
The start position of the marquee relative to the DiagramSurface.

See Also