Class OdBrush

Class OdBrush

Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush
Assembly: Aspose.Imaging.dll (25.2.0)

The open document brush

public abstract class OdBrush : ICloneable

Inheritance

objectOdBrush

Derived

OdGradientBrush, OdHatchedBrush, OdPatternBrush, OdSolidBrush

Implements

ICloneable

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

OdBrush()

protected OdBrush()

Properties

BrushStyle

Gets the style.

public abstract OdBrushStyle BrushStyle { get; }

Property Value

OdBrushStyle

Methods

Clone()

Clone this instance.

public abstract object Clone()

Returns

object

The return new instance of source brush