CGImageAnimation.AnimateImage 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
AnimateImage(NSData, CGImageAnimationOptions, CGImageAnimation+CGImageSourceAnimationHandler)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static ImageIO.CGImageAnimationStatus AnimateImage(Foundation.NSData data, ImageIO.CGImageAnimationOptions options, ImageIO.CGImageAnimation.CGImageSourceAnimationHandler handler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AnimateImage : Foundation.NSData * ImageIO.CGImageAnimationOptions * ImageIO.CGImageAnimation.CGImageSourceAnimationHandler -> ImageIO.CGImageAnimationStatus
Parameters
- data
- NSData
- options
- CGImageAnimationOptions
Returns
- Attributes
Applies to
AnimateImage(NSUrl, CGImageAnimationOptions, CGImageAnimation+CGImageSourceAnimationHandler)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static ImageIO.CGImageAnimationStatus AnimateImage(Foundation.NSUrl url, ImageIO.CGImageAnimationOptions options, ImageIO.CGImageAnimation.CGImageSourceAnimationHandler handler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AnimateImage : Foundation.NSUrl * ImageIO.CGImageAnimationOptions * ImageIO.CGImageAnimation.CGImageSourceAnimationHandler -> ImageIO.CGImageAnimationStatus
Parameters
- url
- NSUrl
- options
- CGImageAnimationOptions
Returns
- Attributes