ILightRigEffectiveData Interface

Immutable object which contains effective light rig properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILightRigEffectiveData

The ILightRigEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Light direction. Read-only LightingDirection.
Public propertyLightType
Represents a preset light right that can be applied to a shape. The light rig represents a group of lights oriented in a specific way relative to a 3D scene. Read-only LightRigPresetType.
Methods
  NameDescription
Public methodGetRotation
A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. First element in return array - latitude, second - longitude, third - revolution.
Remarks
This interface is used as a part of IThreeDFormatEffectiveData.
See Also