ShadowParametersExtendedLightWidth Property
|
Property that represents width 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 ExtendedLightWidth { get; set; }
Public Property ExtendedLightWidth As Double
Get
Set
public:
property double ExtendedLightWidth {
double get ();
void set (double value);
}
member ExtendedLightWidth : float with get, set
Property Value
Double
See Also