LinkShape.UpdateEdgePoints(EdgePointCollection) Method

Definition

Sets the EdgePoints collection, updates related members appropriately, and invalidates the associated views.

protected:
 void UpdateEdgePoints(Microsoft::VisualStudio::Modeling::Diagrams::EdgePointCollection ^ newValue);
protected void UpdateEdgePoints (Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection newValue);
member this.UpdateEdgePoints : Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection -> unit
Protected Sub UpdateEdgePoints (newValue As EdgePointCollection)

Parameters

newValue
EdgePointCollection

the new collection of edge points.

Applies to