OdHatchedBrush 类
Summary: The Hatched brush
Module: aspose.imaging.fileformats.opendocument.objects.brush
Full Name: aspose.imaging.fileformats.opendocument.objects.brush.OdHatchedBrush
Inheritance: OdBrush
Constructors
| Name | 描述 |
|---|---|
| OdHatchedBrush() | 初始化 OdHatchedBrush 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| argb_32_color | int | r/w | 获取或设置 argb32 的颜色。 |
| brush_style | OdBrushStyle | r | 获取样式。 |
Methods
| Name | 描述 |
|---|---|
| clone() | 克隆此实例。 |
Constructor: OdHatchedBrush()
OdHatchedBrush()
初始化 OdHatchedBrush 类的新实例
Method: clone()
clone()
克隆此实例。
Returns
| Type | Description |
|---|---|
| System.Object | 返回源画刷的新实例 |