LightsCollection.Current Property (Microsoft.DirectX.Direct3D)
Retrieves the current Light object in the LightsCollection.
Definition
Visual Basic Overrides Public ReadOnly Property Current As Object C# public override object Current { get; } C++ public:
property virtual Object^ Current override {
Object^ get();
}JScript public function get Current() : Object
Property Value
System.Object
Current Light object in the LightsCollection.This property is read-only.