ActiveReports for .NET 18.0J
AddLines メソッド (GraphicsPath)

GrapeCity.ActiveReports.Chart.Drawing.Drawing2D 名前空間 > GraphicsPath クラス : AddLines メソッド
追加する線分を定義するポイントを表す PointF 構造体の配列。
一連の接続された線分をこの GraphicsPath の最後に追加します
シンタックス
'宣言
 
Public Sub AddLines( _
   ByVal points() As PointF _
) 
public void AddLines( 
   PointF[] points
)

パラメータ

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

GraphicsPath クラス
GraphicsPath メンバ