'Declaration Public Sub SetLine( _ ByVal index As Integer, _ ByVal line As Line _ )
'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)
'使用法
Dim instance As LineCollection Dim index As Integer Dim line As Line instance.SetLine(index, line)
public void SetLine( int index, Line line )
LineCollection クラス LineCollection メンバ
Copyright © 2004 GrapeCity inc.