InnerShadow

概述

InnerShadow 是 C++ 的 FOSS 中的 Aspose.Slides 类.

代表一种内部阴影效应.

本类提供了16种方法,用于在C++程序中与InnerShadow对象工作. 有的方法包括: IImageTransformOperation, InnerShadow, SimpleColorFormat, as_i_image_transform_operation, blur_radius, direction, distance, init_internal, save, set_blur_radius, set_direction, set_distance,另外两种方法. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: IImageTransformOperation, SimpleColorFormat.

属性

名称:类型Access描述情况
SimpleColorFormatSimpleColorFormat阅读获取简单颜色格式。.
IImageTransformOperationIImageTransformOperation阅读获取第 i 个图像变换操作。.

方法

Signature描述情况
SimpleColorFormat()SimpleColorFormat属性提供了进入内部阴影的颜色格式
SimpleColorFormat()SimpleColorFormat
IImageTransformOperation()IImageTransformOperation返回内影图像转换操作
InnerShadow()
~InnerShadow()
init_internal(element: pugi::xml_node, save_callback: std::function<void()>)从XML元素 (例如) 进行初始化,并使用持久性回调.
save()通过在初始时提供的保存回调进行持续更改.
blur_radius()double返回模糊半径以点表示.
set_blur_radius(value: double)设置以点为单位的模糊半径。.
direction()double返回阴影方向的度.
set_direction(value: double)设置阴影方向(以度为单位)。.
distance()double返回点中的影距离.
set_distance(value: double)设置阴影距离(以点为单位)。.
shadow_color()SimpleColorFormat返回阴影颜色格式.
shadow_color()SimpleColorFormat返回阴影颜色格式.
as_i_image_transform_operation()IImageTransformOperation返回这个对象为 IImageTransformOperation.

查看更多

 中文