Class XmpReal

Class XmpReal

Nazwa przestrzeń: Aspose.Imaging.Xmp.Types.Basic Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Przedstawiamy XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

Dziedziczeni członkowie

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

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Basic.xmpReal.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Wartość floty .

XmpReal(strumień)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Basic.xmpReal.

public XmpReal(string value)

Parameters

value string

I wartość .

Exceptions

ArgumentNullException

Wartość jest zero.

ArgumentException

Niewykluczona wartość – powinna być płodna.

Properties

Value

Zysk lub ustawienie płynie wartość.

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

Wartość nieruchomości

float

Methods

GetXmpRepresentation()

Otrzymuje wartość zawartą w rzędzie w formacie XMP.

public override string GetXmpRepresentation()

Returns

string

Powraca wartość zawartość paska w formacie XMP.

 Polski