OdTransformInfo 类
Summary: The open document translate info
Module: aspose.imaging.fileformats.opendocument.objects
Full Name: aspose.imaging.fileformats.opendocument.objects.OdTransformInfo
Constructors
| Name | 描述 |
|---|---|
| OdTransformInfo() | 初始化 OdTransformInfo 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| rotate_angle | float | r/w | 获取或设置旋转角度。 |
| skew_x | float | r/w | 获取或设置倾斜 x。 |
| skew_y | float | r/w | 获取或设置倾斜 y。 |
| translate_x | float | r/w | 获取或设置平移 x。 |
| translate_y | float | r/w | 获取或设置平移 y。 |
Methods
| Name | 描述 |
|---|---|
| copy() | 复制此实例。 |
Constructor: OdTransformInfo()
OdTransformInfo()
初始化 OdTransformInfo 类的新实例
Method: copy()
copy()
复制此实例。
Returns
| Type | Description |
|---|---|
| OdTransformInfo | 获取 OdTransformInfo 的实例 |