Class Time

Class Time

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

การแสดงค่าของเวลาในวินาที

[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(ความสมเหตุสมผล)

เริ่มต้นตัวอย่างใหม่ของ Class 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 ที่ไม่ถูกต้องสําหรับ PAL ใช้ 1/25.

Value

รับหรือตั้งค่าเวลาในสกรูที่ระบุ

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

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

int

Methods

GetXmpRepresentation()

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

public override string GetXmpRepresentation()

Returns

string

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

 แบบไทย