OdGradientBrush Class
Contents
[
Hide
]Summary: The gradient fill
Module: aspose.imaging.fileformats.opendocument.objects.brush
Full Name: aspose.imaging.fileformats.opendocument.objects.brush.OdGradientBrush
Inheritance: OdBrush
Constructors
Name | Description |
---|---|
OdGradientBrush() | Initializes a new instance of the OdGradientBrush class |
Properties
Name | Type | Access | Description |
---|---|---|---|
angle | float | r/w | Gets or sets the angle. |
brush_style | OdBrushStyle | r | Gets the style. |
end_color | int | r/w | Gets or sets the end color. |
gradient_style | OdGradientStyle | r/w | Gets or sets the gradient style. |
start_color | int | r/w | Gets or sets the start color. |
Methods
Name | Description |
---|---|
clone() | Clone this instance. |
Constructor: OdGradientBrush()
OdGradientBrush()
Initializes a new instance of the OdGradientBrush class
Method: clone()
clone()
Clone this instance.
Returns
Type | Description |
---|---|
object | The return new instance of source brush |