OdGradientBrush 类
Summary: The gradient fill
Module: aspose.imaging.fileformats.opendocument.objects.brush
Full Name: aspose.imaging.fileformats.opendocument.objects.brush.OdGradientBrush
Inheritance: OdBrush
Constructors
| Name | 描述 |
|---|---|
| OdGradientBrush() | 初始化 OdGradientBrush 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| 角度 | float | r/w | 获取或设置角度。 |
| brush_style | OdBrushStyle | r | 获取样式。 |
| end_color | int | r/w | 获取或设置结束颜色。 |
| gradient_style | OdGradientStyle | r/w | 获取或设置渐变样式。 |
| start_color | int | r/w | 获取或设置起始颜色。 |
Methods
| Name | 描述 |
|---|---|
| clone() | 克隆此实例。 |
Constructor: OdGradientBrush()
OdGradientBrush()
初始化 OdGradientBrush 类的新实例
Method: clone()
clone()
克隆此实例。
Returns
| Type | Description |
|---|---|
| System.Object | 返回源画刷的新实例 |