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