LightRig
Overview
LightRig 是一个类在Aspose.Slides FOSS的.NET中. 继承人: PVIObject, ILightRig.
代表一个轻型装置.
这个类提供了2种方法,用于在NET程序中与LightRig对象工作. 有的方法包括: GetRotation, SetRotation. 所有公众成员在安装了Aspose.Slides FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AsIPresentationComponent, Direction, LightType, Presentation, Slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Direction | LightingDirection | 阅读/写作 | 得到或设置方向. |
LightType | LightRigPresetType | 阅读/写作 | 得到或设置灯光类型. |
AsIPresentationComponent | IPresentationComponent | Read | 得到了作为i的表达组件. |
Slide | IBaseSlide? | Read | 得到了滑梯. |
Presentation | IPresentation? | Read | 得到了演示. |
Methods
| Signature | Description |
|---|---|
SetRotation(latitude: float, longitude: float, revolution: float) | 设置旋转值. |
GetRotation() | 返回灯具的当前方向角度 (度,长度和旋转) |