Class OdBrush

Class OdBrush

De naam: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Verzameling: Aspose.Imaging.dll (25.4.0)

Open document brush

public abstract class OdBrush : ICloneable

Inheritance

object OdBrush

Derived

OdGradientBrush , OdHatchedBrush , OdPatternBrush , OdSolidBrush

Implements

ICloneable

Geëerbiede leden

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

Geeft de stijl.

public abstract OdBrushStyle BrushStyle { get; }

Eigendomswaarde

OdBrushStyle

Methods

Clone()

Klon deze instantie.

public abstract object Clone()

Returns

object

De terugkeer van de nieuwe instantie van source brush

 Nederlands