IOSurfaceOptions Constructors
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
| Name | Description |
|---|---|
| IOSurfaceOptions() |
Creates a new IOSurfaceOptions with default (empty) values. |
| IOSurfaceOptions(NSDictionary) |
Creates a new IOSurfaceOptions from the values that are specified in |
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