Class OdBrush

Class OdBrush

A név: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Összefoglaló: Aspose.Imaging.dll (25.4.0)

Nyílt dokumentum brush

public abstract class OdBrush : ICloneable

Inheritance

object OdBrush

Derived

OdGradientBrush , OdHatchedBrush , OdPatternBrush , OdSolidBrush

Implements

ICloneable

Örökletes tagok

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

Megkapja a stílust.

public abstract OdBrushStyle BrushStyle { get; }

ingatlan értéke

OdBrushStyle

Methods

Clone()

Klónozzuk ezt az esetet!

public abstract object Clone()

Returns

object

Visszatér a forrás brush új példája

 Magyar