ILightRig
Overview
ILightRig is a interface in Aspose.Slides FOSS for .NET.
Represents a light rig.
This interface provides 2 methods for working with ILightRig objects in .NET programs.
Available methods include: GetRotation, SetRotation.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: Direction, LightType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Direction | LightingDirection | Read/Write | Light direction. |
LightType | LightRigPresetType | Read/Write | Represents a preset light right that can be applied to a shape. |
Methods
| Signature | Description |
|---|---|
SetRotation(latitude: float, longitude: float, revolution: float) | Sets the rotation of the light rig. |
GetRotation() | Gets the rotation of the light rig as [latitude, longitude, revolution]. |