[]
Adds all AnchorPoints from the collection to the Contour.
public void AddPoints(IEnumerable<AnchorPoint> collection)
Public Sub AddPoints(collection As IEnumerable(Of AnchorPoint))
Type | Name | Description |
---|---|---|
IEnumerable<AnchorPoint> | collection | AnchorPoints to be added. The owner LayoutRects must belong to the same LayoutView. |