Class OdHatchedBrush
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush
- Assembly
- Aspose.Imaging.dll
The Hatched brush
public class OdHatchedBrush : OdBrush, ICloneable
- Inheritance
-
OdHatchedBrush
- Implements
- Inherited Members
Constructors
OdHatchedBrush()
public OdHatchedBrush()
- 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