次の方法で共有


CAKeyFrameAnimation.GetValuesAs<T> メソッド

定義

NSObject オブジェクトまたは CoreGraphics オブジェクトの厳密に型指定された値の配列として、キー フレーム アニメーションの要素を返します。

public T[] GetValuesAs<T> () where T : class, ObjCRuntime.INativeObject;
member this.GetValuesAs : unit -> 'T[] (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

型パラメーター

T

値を取得するジェネリック型。

戻り値

T[]

適用対象