Class OdBrush

Class OdBrush

Der Name: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Versammlung: Aspose.Imaging.dll (25.4.0)

Der Open Document Brush

public abstract class OdBrush : ICloneable

Inheritance

object OdBrush

Derived

OdGradientBrush , OdHatchedBrush , OdPatternBrush , OdSolidBrush

Implements

ICloneable

Vererbte Mitglieder

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

Er bekommt den Stil.

public abstract OdBrushStyle BrushStyle { get; }

Eigentumswert

OdBrushStyle

Methods

Clone()

Clone diese Instanz.

public abstract object Clone()

Returns

object

Die Rückkehr neuer Instanz der Quelle Brush

 Deutsch