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

ICloneable

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

int

BrushStyle

Gets the style.

public override OdBrushStyle BrushStyle { get; }

Property Value

OdBrushStyle

Methods

Clone()

Clone this instance.

public override object Clone()

Returns

object

The return new instance of source brush

See Also

OdBrush

 English