Class CmxFillStyle

Class CmxFillStyle

名称: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles アセンション: Aspose.Imaging.dll (25.4.0)

形状を満たすスタイル

[JsonObject(MemberSerialization.OptIn)]
public class CmxFillStyle

Inheritance

object CmxFillStyle

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxFillStyle()

public CmxFillStyle()

Properties

Color1

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

[JsonProperty]
public CmxColor Color1 { get; set; }

不動産価値

CmxColor

Color2

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

[JsonProperty]
public CmxColor Color2 { get; set; }

不動産価値

CmxColor

FillType

受け取るか、充填の種類を設定します。

[JsonProperty]
public FillTypes FillType { get; set; }

不動産価値

FillTypes

Gradient

グラディント情報を入手または設定します。

[JsonProperty]
public CmxGradient Gradient { get; set; }

不動産価値

CmxGradient

ImageFill

画像を入力するか、情報を入力するか。

[JsonProperty]
public CmxImageFill ImageFill { get; set; }

不動産価値

CmxImageFill

Transform

変換するか、変換するか。

[JsonProperty]
public Matrix Transform { get; set; }

不動産価値

Matrix

Methods

Equals(CmxFillStyle)

物体が平等であるかどうかを確認する。

protected bool Equals(CmxFillStyle other)

Parameters

other CmxFillStyle

他のオブジェクト

Returns

bool

平等比較の結果

Equals(対象)

物体が平等であるかどうかを確認する。

public override bool Equals(object obj)

Parameters

obj object

他のオブジェクト

Returns

bool

平等比較の結果

GetHashCode()

現在のオブジェクトのハッシュコードを取得します。

public override int GetHashCode()

Returns

int

ハッシュコード

ToString()

このインスタンスを代表するSystem.Stringを返します。

public override string ToString()

Returns

string

このインスタンスを代表するシステムストリングです。

 日本語