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(フラット)

Aspose.Imaging.Xmp.Types.Basic.XmpRealクラスの新しい例を開始します。

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

フラット価値

XmpReal(ストレッチ)

Aspose.Imaging.Xmp.Types.Basic.XmpRealクラスの新しい例を開始します。

public XmpReal(string value)

Parameters

value string

価値を。

Exceptions

ArgumentNullException

価値はゼロです。

ArgumentException

無効値 無効値 無効値

Properties

Value

得るかセットするか、その価値を浮かべる。

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

不動産価値

float

Methods

GetXmpRepresentation()

ストレッチが含まれている値をXMP形式で取得します。

public override string GetXmpRepresentation()

Returns

string

XMP フォーマットに含まれる値を返します。

 日本語