Document Solutions for Imaging
GrapeCity.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) _
    ) 
    public void AddPoints( 
       System.Collections.Generic.IEnumerable<AnchorPoint> collection
    )

    Parameters

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