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; }
부동산 가치
Text
레이어의 텍스트 콘텐츠를 얻거나 설정합니다.
[JsonProperty]
public string Text { get; set; }
부동산 가치
Methods
Equals(객체)
지정된 System.Object이 이 경우와 동일한지 여부를 결정합니다.
public override bool Equals(object obj)
Parameters
obj
object
시스템.Object 이 경우와 비교할 수 있습니다.
Returns
‘진실’이 지정된 System.Object이 이 경우와 동일한 경우; 그렇지 않으면 ‘거짓’입니다.
Equals(Layer)
현재 개체가 동일한 유형의 다른 개체와 동일한지 여부를 나타냅니다.
public bool Equals(Layer other)
Parameters
other
Layer
이 개체와 비교할 수 있는 개체입니다.
Returns
현재 개체가 other’ 파라미터와 동일한 경우 사실; 그렇지 않으면, 가짜.
GetHashCode()
이 경우 해시 코드를 반환합니다.
public override int GetHashCode()
Returns
이 예제에 대한 해시 코드, 해시 테이블과 같은 해시 알고리즘 및 데이터 구조에서 사용하기에 적합합니다.
GetXmpRepresentation()
XMP 형식으로 포함된 값을 반환합니다.
public override string GetXmpRepresentation()
Returns
xmp 프레젠테이션을 포함하는 스트립을 반환합니다.