UIView.AddKeyframeWithRelativeStartTime(Double, Double, Action) 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.
[Foundation.Export("addKeyframeWithRelativeStartTime:relativeDuration:animations:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AddKeyframeWithRelativeStartTime(double frameStartTime, double frameDuration, Action animations);
[<Foundation.Export("addKeyframeWithRelativeStartTime:relativeDuration:animations:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AddKeyframeWithRelativeStartTime : double * double * Action -> unit
Parameters
- frameStartTime
- Double
- frameDuration
- Double
- animations
- Action
- Attributes