Share via


CGImageAnimationOptions Constructors

Definition

Overloads

Name Description
CGImageAnimationOptions()

Creates a new CGImageAnimationOptions with default (empty) values.

CGImageAnimationOptions(NSDictionary)

Creates a new CGImageAnimationOptions from the values that are specified in dictionary.

CGImageAnimationOptions()

Creates a new CGImageAnimationOptions with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public CGImageAnimationOptions();
public CGImageAnimationOptions();
Attributes

Applies to

CGImageAnimationOptions(NSDictionary)

Creates a new CGImageAnimationOptions from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public CGImageAnimationOptions(Foundation.NSDictionary? dictionary);
public CGImageAnimationOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new ImageIO.CGImageAnimationOptions : Foundation.NSDictionary -> ImageIO.CGImageAnimationOptions
new ImageIO.CGImageAnimationOptions : Foundation.NSDictionary -> ImageIO.CGImageAnimationOptions

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to