Upravit

Sdílet prostřednictvím


CAKeyFrameAnimation.SetValues(INativeObject[]) Method

Definition

Sets the values fo the key frame animation to the values specified in the array.

public void SetValues (ObjCRuntime.INativeObject[] value);
member this.SetValues : ObjCRuntime.INativeObject[] -> unit

Parameters

value
INativeObject[]

Values to set, they can be CoreGraphics objects, or subclasses of an NSObject.

Remarks

To pass number, create instances of NSNumber with the value, to pass other values, use NSValue, or pass the CoreGraphics data types directly to it.

Applies to