Class OdSolidBrush
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush
- Assembly
- Aspose.Imaging.dll
The open document solid brush
public class OdSolidBrush : OdBrush, ICloneable
- Inheritance
-
OdSolidBrush
- Implements
- Inherited Members
Constructors
OdSolidBrush()
public OdSolidBrush()
- See Also
Properties
Argb32Color
Gets or sets the color of the argb32.
public int Argb32Color { get; set; }
Property Value
- int
The color of the argb32.
- See Also
BrushStyle
Gets the style.
public override OdBrushStyle BrushStyle { get; }
Property Value
- OdBrushStyle
The style.
- See Also
Methods
Clone()
Clone this instance.
public override object Clone()
Returns
- object
The return new instance of source brush
- See Also