DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / AddPoint Method
The AnchorPoint to be added. The owner LayoutRect must belong to the same LayoutView.

In This Topic
AddPoint Method
In This Topic
Adds one AnchorPoint to the Contour.
Syntax
'Declaration
 
Public Sub AddPoint( _
   ByVal anchorPoint As AnchorPoint _
) 
 

Parameters

anchorPoint
The AnchorPoint to be added. The owner LayoutRect must belong to the same LayoutView.
See Also