Class OdHatchedBrush

Class OdHatchedBrush

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

Die Hatched Brush

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

Inheritance

object OdBrush OdHatchedBrush

Implements

ICloneable

Vererbte Mitglieder

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

Erhalten oder festlegen die Farbe des argb32.

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

Eigentumswert

int

BrushStyle

Er bekommt den Stil.

public override OdBrushStyle BrushStyle { get; }

Eigentumswert

OdBrushStyle

Methods

Clone()

Clone diese Instanz.

public override object Clone()

Returns

object

Die Rückkehr neuer Instanz der Quelle Brush

Sehen Sie auch

OdBrush

 Deutsch