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

NameTypeAccessDescription
DirectionLightingDirectionRead/WriteGets or sets the direction.
LightTypeLightRigPresetTypeRead/WriteGets or sets the light type.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
SetRotation(latitude: float, longitude: float, revolution: float)Sets the rotation value.
GetRotation()Returns the current orientation angles (latitude, longitude, revolution) of the light rig

See Also