OdHatchedBrush Class
Summary: The Hatched brush
Module: aspose.imaging.fileformats.opendocument.objects.brush
Full Name: aspose.imaging.fileformats.opendocument.objects.brush.OdHatchedBrush
Inheritance: OdBrush
Constructors
Name | Description |
---|---|
OdHatchedBrush() | Initializes a new instance of the OdHatchedBrush class |
Properties
Name | Type | Access | Description |
---|---|---|---|
argb_32_color | int | r/w | Gets or sets the color of the argb32. |
brush_style | OdBrushStyle | r | Gets the style. |
Methods
Name | Description |
---|---|
clone() | Clone this instance. |
Constructor: OdHatchedBrush()
OdHatchedBrush()
Initializes a new instance of the OdHatchedBrush class
Method: clone()
clone()
Clone this instance.
Returns
Type | Description |
---|---|
object | The return new instance of source brush |