Class OdHatchedBrush

Class OdHatchedBrush

nazivni prostor: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Sastav: Aspose.Imaging.dll (25.4.0)

Slijedeći članakHatched brush

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

Inheritance

object OdBrush OdHatchedBrush

Implements

ICloneable

naslijeđeni članovi

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

Uzmite ili postavite boju argb32.

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

Vrijednost nekretnina

int

BrushStyle

Dobio je stil.

public override OdBrushStyle BrushStyle { get; }

Vrijednost nekretnina

OdBrushStyle

Methods

Clone()

Klonirajte ovu situaciju.

public override object Clone()

Returns

object

Povratak nove primjere izvorne šipke

Vidjeti također

OdBrush

 Hrvatski