Search
DiagramItem.DoModify Method
See Also
 





For internal use.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

start

end

handle

 Return Value

 See Also