KeyTime 構造体

定義

アニメーションの中で特定のキー フレームが発生するタイミングを指定します。

public value class KeyTime
public struct KeyTime
[System.Security.SecurityCritical]
public struct KeyTime
type KeyTime = struct
[<System.Security.SecurityCritical>]
type KeyTime = struct
Public Structure KeyTime
継承
KeyTime
属性

注釈

この構造体は、Windows ランタイム (WinRT) KeyTime 構造体の .NET プロジェクションを表します。 詳細については、UWP API リファレンスの KeyTime に関するページを参照してください。

プロパティ

TimeSpan

アニメーションの先頭の相対時刻で表されたキー フレームの終了時刻を取得します。

メソッド

Equals(KeyTime)

指定した KeyTime が、この KeyTime と等しいかどうかを示します。

Equals(KeyTime, KeyTime)

2 つの KeyTime の値が等しいかどうかを示します。

Equals(Object)

KeyTime が、この KeyTime と等しいかどうかを示します。

FromTimeSpan(TimeSpan)

指定した TimeSpan を使用して、新しい KeyTime を作成します。

GetHashCode()

この KeyTime を表すハッシュ コードを返します。

ToString()

この KeyTime の文字列表現を返します。

演算子

Equality(KeyTime, KeyTime)

2 つの KeyTime の値が等しいかどうかを比較します。

Implicit(TimeSpan to KeyTime)

TimeSpanKeyTime に暗黙的に変換します。

Inequality(KeyTime, KeyTime)

2 つの KeyTime の値が等しくないかどうかを比較します。

適用対象

こちらもご覧ください