Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SpotlightOffsetY property 
 
Type
[Visual Basic] 
Public Property SpotlightOffsetY As Short 
 
[C#] 
public short SpotlightOffsetY {get; set;} 
 
[C++] 
public: __property short get_SpotlightOffsetY(); 
public: __property void set_SpotlightOffsetY(short);
 
 
Syntax
object.SpotlightOffsetY [=integer]
 
 
Remarks
Vertical offset applied to the spotlight. 
 
It's value can be ranged from -100 to 100: by default the value is set to 0. 
For further information about surface lighting, see the How to manage surface lighting section. 
(Available only with Professional edition)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index