OdPatternBrush Class
Summary: The open document pattern brush
Module: aspose.imaging.fileformats.opendocument.objects.brush
Full Name: aspose.imaging.fileformats.opendocument.objects.brush.OdPatternBrush
Inheritance: OdBrush
Constructors
| Name | Description |
|---|---|
| OdPatternBrush() | Initializes a new instance of the OdPatternBrush class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| brush_style | OdBrushStyle | r | Gets the style. |
| pattern | System.Byte | r/w | Gets or sets the pattern. |
Methods
| Name | Description |
|---|---|
| clone() | Clone this instance. |
Constructor: OdPatternBrush()
OdPatternBrush()
Initializes a new instance of the OdPatternBrush class
Method: clone()
clone()
Clone this instance.
Returns
| Type | Description |
|---|---|
| System.Object | The return new instance of source brush |