Class OdHatchedBrush

Class OdHatchedBrush

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

A Hatched Brush

[JsonObject(MemberSerialization.OptIn)]
public class OdHatchedBrush : OdBrush, ICloneable

Inheritance

object OdBrush OdHatchedBrush

Implements

ICloneable

Örökletes tagok

OdBrush.Clone() , OdBrush.BrushStyle , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OdHatchedBrush()

public OdHatchedBrush()

Properties

Argb32Color

Megkapja vagy beállítja az argb32 színét.

[JsonProperty]
public int Argb32Color { get; set; }

ingatlan értéke

int

BrushStyle

Megkapja a stílust.

public override OdBrushStyle BrushStyle { get; }

ingatlan értéke

OdBrushStyle

Methods

Clone()

Klónozzuk ezt az esetet!

public override object Clone()

Returns

object

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

Lásd még

OdBrush

 Magyar