[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Contour.AddPoints

AddPoints Method

AddPoints(IEnumerable<AnchorPoint>)

Adds all AnchorPoints from the collection to the Contour.

Declaration
public void AddPoints(IEnumerable<AnchorPoint> collection)
Public Sub AddPoints(collection As IEnumerable(Of AnchorPoint))
Parameters
Type Name Description
IEnumerable<AnchorPoint> collection

AnchorPoints to be added. The owner LayoutRects must belong to the same LayoutView.