Class OdHatchedBrush

Class OdHatchedBrush

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Płytki Hatched Brush

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

Inheritance

object OdBrush OdHatchedBrush

Implements

ICloneable

Dziedziczeni członkowie

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

Otrzymuje lub ustawia kolor argb32.

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

Wartość nieruchomości

int

BrushStyle

Zdobądź swój styl.

public override OdBrushStyle BrushStyle { get; }

Wartość nieruchomości

OdBrushStyle

Methods

Clone()

Klonuj tę instancję.

public override object Clone()

Returns

object

Powrót nowej instancji brwi źródłowej

Zobacz również

OdBrush

 Polski