OdSolidBrush Class
Summary: The open document solid brush
Module: aspose.imaging.fileformats.opendocument.objects.brush
Full Name: aspose.imaging.fileformats.opendocument.objects.brush.OdSolidBrush
Inheritance: OdBrush
Constructors
Name | Description |
---|---|
OdSolidBrush() | Initializes a new instance of the OdSolidBrush 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: OdSolidBrush()
OdSolidBrush()
Initializes a new instance of the OdSolidBrush class
Method: clone()
clone()
Clone this instance.
Returns
Type | Description |
---|---|
object | The return new instance of source brush |