IWKImageAnimatable.StartAnimating 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.
Overloads
StartAnimating() |
Method that is called to start the animation. |
StartAnimating(NSRange, Double, nint) |
Method that is called to start the animation. |
StartAnimating()
Method that is called to start the animation.
[Foundation.Export("startAnimating")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public void StartAnimating ();
abstract member StartAnimating : unit -> unit
- Attributes
Applies to
StartAnimating(NSRange, Double, nint)
Method that is called to start the animation.
[Foundation.Export("startAnimatingWithImagesInRange:duration:repeatCount:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public void StartAnimating (Foundation.NSRange imageRange, double duration, nint repeatCount);
abstract member StartAnimating : Foundation.NSRange * double * nint -> unit
Parameters
- imageRange
- NSRange
- duration
- Double
- repeatCount
- System.System.IntPtr System.nativeint
- Attributes