Share via


IOSurfaceOptions Constructors

Definition

Overloads

Name Description
IOSurfaceOptions()

Creates a new IOSurfaceOptions with default (empty) values.

IOSurfaceOptions(NSDictionary)

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

IOSurfaceOptions()

Creates a new IOSurfaceOptions with default (empty) values.

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

Applies to

IOSurfaceOptions(NSDictionary)

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

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

Parameters

dictionary
NSDictionary

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

Attributes

Applies to