图像选项类
更多...
#include <Report_ImageOption.hxx>
|
|
class | _ImageOptionBuilder |
图像选项类
表示图像选项对象。
创建于NX11.0.0。
◆ ImageHeight()
| double NXOpen::Report::ImageOption::ImageHeight |
( |
| ) |
|
返回图像高度。
创建于NX11.0.0。
许可证要求: 无
◆ ImageRotation()
| double NXOpen::Report::ImageOption::ImageRotation |
( |
| ) |
|
返回图像旋转角度(单位:度)。
创建于NX11.0.0。
许可证要求: 无
◆ ImageWidth()
| double NXOpen::Report::ImageOption::ImageWidth |
( |
| ) |
|
返回图像宽度。
创建于NX11.0.0。
许可证要求: 无
◆ LockOriginalAspectRatio()
| bool NXOpen::Report::ImageOption::LockOriginalAspectRatio |
( |
| ) |
|
返回一个值,该值指示是否锁定原始图像的宽高比。如果锁定比例,当图像高度变化时,图像宽度将按比例更新,反之亦然。
创建于NX11.0.0。
许可证要求: 无
◆ SetImageHeight()
| void NXOpen::Report::ImageOption::SetImageHeight |
( |
double | imageHeight | ) |
|
设置图像高度。
创建于NX11.0.0。
许可证要求: 无
- 参数
-
◆ SetImageRotation()
| void NXOpen::Report::ImageOption::SetImageRotation |
( |
double | imageRotation | ) |
|
设置图像旋转角度(单位:度)。
创建于NX11.0.0。
许可证要求: 无
- 参数
-
◆ SetImageWidth()
| void NXOpen::Report::ImageOption::SetImageWidth |
( |
double | imageWidth | ) |
|
设置图像宽度。
创建于NX11.0.0。
许可证要求: 无
- 参数
-
◆ SetLockOriginalAspectRatio()
| void NXOpen::Report::ImageOption::SetLockOriginalAspectRatio |
( |
bool | lockOriginalRatio | ) |
|
设置一个值,该值指示是否锁定原始图像的宽高比。如果锁定比例,当图像高度变化时,图像宽度将按比例更新,反之亦然。
创建于NX11.0.0。
许可证要求: 无
- 参数
-