Class XmpReal

Class XmpReal

ชื่อพื้นที่: Aspose.Imaging.Xmp.Types.Basic การประกอบ: Aspose.Imaging.dll (25.4.0)

แสดง XMP จริง

[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpReal : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

อนุญาโตตุลาการ

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

Constructors

XmpReal(เฟอร์รี่)

เริ่มต้นตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Basic.XmpReal

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

ค่าใช้จ่ายเรือ

XmpReal(รั้ว)

เริ่มต้นตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Basic.XmpReal

public XmpReal(string value)

Parameters

value string

ค่าใช้จ่าย

Exceptions

ArgumentNullException

หมายเลขหมายเลข

ArgumentException

หมายเลขรุ่น: ควร float ควร float

Properties

Value

รับหรือตั้งค่าการไหลของค่า

[JsonProperty]
public float Value { get; set; }

คุณสมบัติมูลค่า

float

Methods

GetXmpRepresentation()

รับความหมายของ string ในรูปแบบ XMP

public override string GetXmpRepresentation()

Returns

string

กลับค่าที่ประกอบด้วย string ในรูปแบบ XMP

 แบบไทย