Rotation3D
Rotation3D
概述
Rotation3D 是Python的Aspose.Slides FOSS中的一个类. 继承人: IRotation3D.
表示图表的3D旋转.
特性: depth_percents, height_percents, perspective, right_angle_axes, rotation_x, rotation_y.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
rotation_x | int | 阅读/写作 | 得到或设置旋转x. |
rotation_y | int | 阅读/写作 | 得到或设置旋转 y. |
perspective | int | 阅读/写作 | 得到或设置视角. |
right_angle_axes | bool | 阅读/写作 | 得到或设置正角轴. |
depth_percents | int | 阅读/写作 | 得到或设置深度百分比. |
height_percents | int | 阅读/写作 | 得到或设置高度百分比. |