Upravit

Sdílet prostřednictvím


CAKeyFrameAnimation.GetValuesAs<T> Method

Definition

Returns the elements of the key frame animation as an array of strongly typed values of NSObject or CoreGraphics objects.

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

Type Parameters

T

Generic type to get teh values as.

Returns

T[]

Applies to