Class Time

Class Time

名称: Aspose.Imaging.Xmp.Schemas.XmpDm アセンション: Aspose.Imaging.dll (25.4.0)

1秒で時間の価値を表す。

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

Inheritance

object XmpTypeBase Time

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

Time(理性、 int)

Aspose.Imaging.Xmp.Schemas.XmpDm.Time クラスの新しい例を開始します。

[JsonConstructor]
public Time(Rational scale, int value)

Parameters

scale Rational

スケール

value int

価値を。

Properties

Scale

時間値のスケールを取得または設定します。

[JsonProperty]
public Rational Scale { get; set; }

不動産価値

Rational

Examples

NTSCの場合、1001/30000、または不正確な100/2997を使用します。パルは1 / 25 を使用します。

Value

指定されたスケールで時間値を取得または設定します。

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

不動産価値

int

Methods

GetXmpRepresentation()

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

public override string GetXmpRepresentation()

Returns

string

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

 日本語