Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SpotlightResizeWidth property 
 
Type
[Visual Basic] 
Public Property SpotlightResizeWidth As Short 
 
[C#] 
public short SpotlightResizeWidth {get; set;} 
 
[C++] 
public: __property short get_SpotlightResizeWidth(); 
public: __property void set_SpotlightResizeWidth(short);
 
 
Remarks
Horizontal resize 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