CABasicAnimation.GetFromAs<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 initial value for the property to animate, returned as an object of the specified type.
public T GetFromAs<T> () where T : class, ObjCRuntime.INativeObject;
member this.GetFromAs : unit -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)
Type Parameters
- T
Returns
T