Class OdBrush

Class OdBrush

Nama dari : Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Pengumpulan: Aspose.Imaging.dll (25.4.0)

Dokumen Terbuka Brush

public abstract class OdBrush : ICloneable

Inheritance

object OdBrush

Derived

OdGradientBrush , OdHatchedBrush , OdPatternBrush , OdSolidBrush

Implements

ICloneable

anggota yang diwarisi

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

Mendapatkan gaya

public abstract OdBrushStyle BrushStyle { get; }

Nilai Properti

OdBrushStyle

Methods

Clone()

Untuk mengkloning instansi ini.

public abstract object Clone()

Returns

object

Pengembalian instans sumber brush baru

 Indonesia