LightRig
Overview
LightRig is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, ILightRig.
Represents a light rig.
This class provides 2 methods for working with LightRig 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: AsIPresentationComponent, Direction, LightType, Presentation, Slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Direction | LightingDirection | Read/Write | Gets or sets the direction. |
LightType | LightRigPresetType | Read/Write | Gets or sets the light type. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
SetRotation(latitude: float, longitude: float, revolution: float) | Sets the rotation value. |
GetRotation() | Returns the current orientation angles (latitude, longitude, revolution) of the light rig |