ShadowParametersExtendedLightRadius
Property
|
Property that represents the radius of the
extended light source. This property is useful if shadow type is
Sampled and the shape of the extended light source is Disk,
Cylinder or Sphere.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double ExtendedLightRadius { get; set; }
Public Property ExtendedLightRadius As Double
Get
Set
public:
property double ExtendedLightRadius {
double get ();
void set (double value);
}
member ExtendedLightRadius : float with get, set
Property Value
Double
See Also