DioDocs for PDF
AddPoints メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > Contour クラス : AddPoints メソッド
AnchorPoints to be added. The owner LayoutRects must belong to the same LayoutView.
Adds all AnchorPoints from the collection to the Contour.
シンタックス
'宣言
 
Public Sub AddPoints( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of AnchorPoint) _
) 
public void AddPoints( 
   System.Collections.Generic.IEnumerable<AnchorPoint> collection
)

パラメータ

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

Contour クラス
Contour メンバ