Class OdHatchedBrush

Class OdHatchedBrush

名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush アセンション: Aspose.Imaging.dll (25.4.0)

ハッチブリュッシュ

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

Inheritance

object OdBrush OdHatchedBrush

Implements

ICloneable

相続人

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

argb32の色を得たり設定したりします。

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

不動産価値

int

BrushStyle

スタイルが得られる。

public override OdBrushStyle BrushStyle { get; }

不動産価値

OdBrushStyle

Methods

Clone()

この例をクローンする。

public override object Clone()

Returns

object

ソースブラッシュの新しいインスタンスを返す

こちらも見る

OdBrush

 日本語