Share via


CGCopyImageSourceOptions Constructors

Definition

Overloads

Name Description
CGCopyImageSourceOptions()

Creates a new CGCopyImageSourceOptions with default (empty) values.

CGCopyImageSourceOptions(NSDictionary)

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

CGCopyImageSourceOptions()

Creates a new CGCopyImageSourceOptions with default (empty) values.

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

Applies to

CGCopyImageSourceOptions(NSDictionary)

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

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

Parameters

dictionary
NSDictionary

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

Attributes

Applies to