Class OdHatchedBrush
Class OdHatchedBrush
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush
Assembly: Aspose.Imaging.dll (25.4.0)
The Hatched brush
[JsonObject(MemberSerialization.OptIn)]
public class OdHatchedBrush : OdBrush, ICloneable
Inheritance
object ← OdBrush ← OdHatchedBrush
Implements
Inherited Members
OdBrush.Clone() , OdBrush.BrushStyle , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OdHatchedBrush()
public OdHatchedBrush()
Properties
Argb32Color
Gets or sets the color of the argb32.
[JsonProperty]
public int Argb32Color { get; set; }
Property Value
BrushStyle
Gets the style.
public override OdBrushStyle BrushStyle { get; }
Property Value
Methods
Clone()
Clone this instance.
public override object Clone()
Returns
The return new instance of source brush