AVCleanApertureProperties 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
AVCleanApertureProperties() | |
AVCleanApertureProperties(NSDictionary) |
Creates a new AVCleanApertureProperties from the values that are specified in |
AVCleanApertureProperties()
[Foundation.Preserve(Conditional=true)]
public AVCleanApertureProperties ();
- Attributes
Applies to
AVCleanApertureProperties(NSDictionary)
Creates a new AVCleanApertureProperties from the values that are specified in dictionary
.
[Foundation.Preserve(Conditional=true)]
public AVCleanApertureProperties (Foundation.NSDictionary dictionary);
new AVFoundation.AVCleanApertureProperties : Foundation.NSDictionary -> AVFoundation.AVCleanApertureProperties
Parameters
- dictionary
- NSDictionary
- Attributes