MindFusion.Wpf Pack Programmer's Guide
DraggedShape Constructor
See Also
 





Initializes a new instance of the DraggedShape class.

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

 Syntax

C#  Copy Code

public DraggedShape (
    string id,
    Size size
)

Visual Basic  Copy Code

Public New ( _
    id As String, _
    size As Size _
)

 Parameters

id
The Id of the dragged shape.
size

The recommended size of the dragged shape.

 See Also

DraggedShape Class
MindFusion.Diagramming.Wpf Namespace