PowerTools SPREAD for Windows Forms 8.0J
SetLine メソッド


線のインデックス。
線。
指定したインデックスにある線を取得または設定します。
構文
'Declaration
 
Public Sub SetLine( _
   ByVal index As Integer, _
   ByVal line As Line _
) 
'使用法
 
Dim instance As LineCollection
Dim index As Integer
Dim line As Line
 
instance.SetLine(index, line)
public void SetLine( 
   int index,
   Line line
)

パラメータ

index
線のインデックス。
line
線。
参照

LineCollection クラス
LineCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.