Class Layer

Class Layer

名称: Aspose.Imaging.Xmp.Schemas.Photoshop アセンション: Aspose.Imaging.dll (25.4.0)

Photoshop テキストレイヤーを表示します。

[JsonObject(MemberSerialization.OptIn)]
public class Layer : XmpTypeBase, IXmpType, ICloneable, IEquatable<layer>

Inheritance

object XmpTypeBase Layer

Implements

IXmpType , ICloneable , IEquatable

相続人

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

Constructors

Layer(ストリップ、ストリップ)

Aspose.Imaging.Xmp.Schemas.Photoshop.Layerクラスの新しい例を開始します。

public Layer(string layerName, string layerText)

Parameters

layerName string

層の名前。

layerText string

レイヤーテキスト

Layer()

Aspose.Imaging.Xmp.Schemas.Photoshop.Layerクラスの新しい例を開始します。

[JsonConstructor]
public Layer()

Properties

Name

テキストレイヤーの名前を取得または設定します。

[JsonProperty]
public string Name { get; set; }

不動産価値

string

Text

レイヤーのテキストコンテンツを取得または設定します。

[JsonProperty]
public string Text { get; set; }

不動産価値

string

Methods

Equals(対象)

指定された System.Object がこの例に等しいかどうかを決定します。

public override bool Equals(object obj)

Parameters

obj object

システム.オブジェクトは、この例と比較します。

Returns

bool

「真実」は、指定されたシステム.オブジェクトがこの例に等しい場合、そうでなければ「偽物」です。

Equals(Layer)

現在のオブジェクトが同じタイプの他のオブジェクトに等しいかどうかを示す。

public bool Equals(Layer other)

Parameters

other Layer

このオブジェクトと比べるオブジェクト

Returns

bool

現在のオブジェクトが other’ パラメーターに等しい場合の真実; そうでなければ、偽物。

GetHashCode()

この例にハッシュコードを返します。

public override int GetHashCode()

Returns

int

この例のハッシュコードは、ハッシュテーブルのようなハッシュアルゴリズムやデータ構造で使用するのに適しています。

GetXmpRepresentation()

XMP フォーマットに含まれる値を返します。

public override string GetXmpRepresentation()

Returns

string

xmp プレゼンテーションを含むストレッチを返します。

 日本語