IKSaveOptions 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
IKSaveOptions() | |
IKSaveOptions(NSObjectFlag) | |
IKSaveOptions(IntPtr) | |
IKSaveOptions(NSDictionary, String) |
IKSaveOptions()
IKSaveOptions(NSObjectFlag)
protected IKSaveOptions (Foundation.NSObjectFlag t);
new ImageKit.IKSaveOptions : Foundation.NSObjectFlag -> ImageKit.IKSaveOptions
Parameters
Applies to
IKSaveOptions(IntPtr)
protected internal IKSaveOptions (IntPtr handle);
new ImageKit.IKSaveOptions : nativeint -> ImageKit.IKSaveOptions
Parameters
- handle
-
IntPtr
nativeint
Applies to
IKSaveOptions(NSDictionary, String)
[Foundation.Export("initWithImageProperties:imageUTType:")]
public IKSaveOptions (Foundation.NSDictionary imageProperties, string imageUTType);
new ImageKit.IKSaveOptions : Foundation.NSDictionary * string -> ImageKit.IKSaveOptions
Parameters
- imageProperties
- NSDictionary
- imageUTType
- String
- Attributes