Search
DiagramItem.DoModify Method
See Also
 





For internal use.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool DoModify (
    Point start,
    Point end,
    AdjustmentHandle handle
)

Visual Basic  Copy Code

Public Function DoModify( _
    start As Point, _
    end As Point, _
    handle As AdjustmentHandle _
) As Boolean

 Parameters

start

end

handle

 Return Value

 See Also