CAKeyFrameAnimation.GetValuesAs<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]