ShadowParametersExtendedLightShape Property
|
Property that represents shapes of the
extended light sources. This property can be one of the following:
Name Value Description Linear 0 Linear light source. Rectangle 1
Rectangular-shaped light source. Disk 2 Disk-shaped light source.
Cylinder 3 Cylinder-shaped light source. Sphere 4 Sphere-shaped
light source.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ExtendedLightShape ExtendedLightShape { get; set; }
Public Property ExtendedLightShape As ExtendedLightShape
Get
Set
public:
property ExtendedLightShape ExtendedLightShape {
ExtendedLightShape get ();
void set (ExtendedLightShape value);
}
member ExtendedLightShape : ExtendedLightShape with get, set
Property Value
ExtendedLightShape
See Also