ImageGear .NET v24.12 - Updated
OpeningAngle Property




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearSpotlight Class : OpeningAngle Property
Gets or sets angle that specifies the width of the spotlight, measured between the edges of the light cone.
Syntax
'Declaration
 
Public Property OpeningAngle As Double
'Usage
 
Dim instance As ImGearSpotlight
Dim value As Double
 
instance.OpeningAngle = value
 
value = instance.OpeningAngle
public double OpeningAngle {get; set;}
public: __property double get_OpeningAngle();
public: __property void set_OpeningAngle( 
   double value
);
public:
property double OpeningAngle {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

ImGearSpotlight Class
ImGearSpotlight Members