GrapeCity SPREAD for Windows Forms 11.0J
Item プロパティ (LightCollection)


ライトのインデックス。
指定したインデックスにある光源を取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Light
'使用法
 
Dim instance As LightCollection
Dim index As Integer
Dim value As Light
 
instance.Item(index) = value
 
value = instance.Item(index)
public Light this[ 
   int index
]; {get; set;}

パラメータ

index
ライトのインデックス。

プロパティ値

光源。
参照

LightCollection クラス
LightCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.