Class XmpReal

Class XmpReal

İsim alanı : Aspose.Imaging.Xmp.Types.Basic Toplantı: Aspose.Imaging.dll (25.4.0)

XMP Gerçek

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

mirasçı üyeleri

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(Floransa)

Aspose.Imaging.Xmp.Types.Basic.XmpReal sınıfının yeni bir örneğini başlatır.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Yağmur değeri

XmpReal(Sırt)

Aspose.Imaging.Xmp.Types.Basic.XmpReal sınıfının yeni bir örneğini başlatır.

public XmpReal(string value)

Parameters

value string

Değer için .

Exceptions

ArgumentNullException

değeri sıfırdır.

ArgumentException

Değişken değeri. yüzen olması gerekir.

Properties

Value

Alınan veya ayarlanan değer akıp gidiyor.

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

Mülkiyet Değer

float

Methods

GetXmpRepresentation()

Çizgi içerdiği değeri XMP biçiminde alır.

public override string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.

 Türkçe