Class Dimensions
이름 공간 : Aspose.Imaging.Xmp.Types.Complex.Dimensions 모임: Aspose.Imaging.dll (25.4.0)
끌린 개체에 대한 차원을 포함합니다.
[JsonObject(MemberSerialization.OptIn)]
public sealed class Dimensions : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← Dimensions
Implements
상속 회원들
ComplexTypeBase.GetXmpRepresentation() , ComplexTypeBase.Prefix , ComplexTypeBase.NamespaceUri , XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Dimensions()
Aspose.Imaging.Xmp.Types.Complex.Dimensions.Dimensions 클래스의 새로운 예를 시작합니다.
[JsonConstructor]
public Dimensions()
Dimensions(수영장, 수영장)
Aspose.Imaging.Xmp.Types.Complex.Dimensions.Dimensions 클래스의 새로운 예를 시작합니다.
public Dimensions(float width, float height)
Parameters
width
float
넓은 넓은
height
float
높이에 대하여
Properties
Height
높이를 얻거나 설정합니다.
public float Height { get; set; }
부동산 가치
Exceptions
가치; 높이는 0 미만이 될 수 없습니다.
Units
단위 또는 단위를 설정합니다.
[JsonProperty]
public string Units { get; set; }
부동산 가치
Examples
예를 들어 : 인치, mm, 픽셀, 피카, 포인트 등
Width
넓이를 얻거나 설정합니다.
public float Width { get; set; }
부동산 가치
Exceptions
가치;폭은 0 미만이 될 수 없습니다
Methods
GetXmpRepresentation()
XMP 형식으로 링크가 포함된 값을 얻습니다.
public override string GetXmpRepresentation()
Returns
XMP 형식으로 링에 포함된 값을 반환합니다.