LinkShape.UpdateEdgePoints(EdgePointCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.