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

NameTypeAccessDescription
DirectionLightingDirectionRead/WriteLight direction.
LightTypeLightRigPresetTypeRead/WriteRepresents a preset light right that can be applied to a shape.

Methods

SignatureDescription
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].

See Also