DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / AddPoints Method
AnchorPoints to be added. The owner LayoutRects must belong to the same LayoutView.

In This Topic
AddPoints Method
In This Topic
Adds all AnchorPoints from the collection to the Contour.
Syntax
'Declaration
 
Public Sub AddPoints( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of AnchorPoint) _
) 
 

Parameters

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