Upravit

Sdílet prostřednictvím


CABasicAnimation.GetFromAs<T> Method

Definition

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

Remarks

Applies to