Search
DraggedShape Constructor
See Also
 





Initializes a new instance of the DraggedShape class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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