LightsCollection.Item Property |
Language: |
Retrieves a specific Light object within the LightsCollection.
Visual Basic Public ReadOnly Property Item( _
ByVal index As Integer _
) As LightC# public Light this[
int index
] { get; }C++ public:
property Light^ default [int] {
Light^ get(int index);
}JScript In JScript, you can use indexed properties, but you cannot define your own.
index System.Int32
Index value of the light to retrieve.
Microsoft.DirectX.Direct3D.Light
This property is read-only.
The Light object at the given index.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.