VNImageOptions 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
VNImageOptions() | |
VNImageOptions(NSDictionary) |
VNImageOptions()
[Foundation.Preserve(Conditional=true)]
public VNImageOptions ();
- Attributes
Applies to
VNImageOptions(NSDictionary)
[Foundation.Preserve(Conditional=true)]
public VNImageOptions (Foundation.NSDictionary dictionary);
new Vision.VNImageOptions : Foundation.NSDictionary -> Vision.VNImageOptions
Parameters
- dictionary
- NSDictionary
- Attributes