Class OdBrush

Class OdBrush

Název místa: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Shromáždění: Aspose.Imaging.dll (25.4.0)

Otevřený dokument Brush

public abstract class OdBrush : ICloneable

Inheritance

object OdBrush

Derived

OdGradientBrush , OdHatchedBrush , OdPatternBrush , OdSolidBrush

Implements

ICloneable

Dědiční členové

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

Dostane se styl.

public abstract OdBrushStyle BrushStyle { get; }

Hodnota nemovitosti

OdBrushStyle

Methods

Clone()

Klonujte tento příklad.

public abstract object Clone()

Returns

object

Návrat nové instance zdroje bruska

 Čeština