バージョン

AddLines メソッド

この CarouselPath の終点に一連の接続線分を追加します。
シンタックス
'宣言
 
Public Sub AddLines( _
   ByVal points() As PointF _
) 
public void AddLines( 
   PointF[] points
)

パラメータ

points
追加する線分を定義するポイントを表す System.Drawing.PointF 構造体の配列。
参照