Class OdHatchedBrush

Class OdHatchedBrush

ja nimityö: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Kokoelma: Aspose.Imaging.dll (25.4.0)

Hatched Brush -tuotteet

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

Inheritance

object OdBrush OdHatchedBrush

Implements

ICloneable

Perintöjäsenet

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

Antaa tai asettaa värin argb32.

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

Omistuksen arvo

int

BrushStyle

Se saa tyylin.

public override OdBrushStyle BrushStyle { get; }

Omistuksen arvo

OdBrushStyle

Methods

Clone()

Clone tämä tapaus.

public override object Clone()

Returns

object

Palautetaan uusi esimerkki lähteestä

Katso myös

OdBrush

 Suomi