Adds all
AnchorPoints from the collection to the
Contour.
public void AddPoints(
System.Collections.Generic.IEnumerable<AnchorPoint>
)
'Declaration
Public Sub AddPoints( _
ByVal As System.Collections.Generic.IEnumerable(Of AnchorPoint) _
)
Parameters
- collection
- AnchorPoints to be added. The owner LayoutRects must belong to the same LayoutView.