Search
SelectionEventArgs Constructor (Rect)
See Also
 





Initializes a new instance of the SelectionEventArgs class with specified bounds.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public SelectionEventArgs (
    Rect bounds
)

Visual Basic  Copy Code

Public New ( _
    bounds As Rect _
)

 Parameters

bounds

A System.Windows.Rect containing the selection lasso coordinates.

 See Also