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[]

适用于