ISCNSceneExportDelegate.WriteImage Method
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 |
|---|---|
| WriteImage(NSImage, NSUrl, NSUrl) | |
| WriteImage(UIImage, NSUrl, NSUrl) |
WriteImage(NSImage, NSUrl, NSUrl)
[Foundation.Export("writeImage:withSceneDocumentURL:originalImageURL:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSUrl? WriteImage(AppKit.NSImage image, Foundation.NSUrl documentUrl, Foundation.NSUrl? originalImageUrl);
[<Foundation.Export("writeImage:withSceneDocumentURL:originalImageURL:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteImage : AppKit.NSImage * Foundation.NSUrl * Foundation.NSUrl -> Foundation.NSUrl
override this.WriteImage : AppKit.NSImage * Foundation.NSUrl * Foundation.NSUrl -> Foundation.NSUrl
Parameters
- image
- NSImage
- documentUrl
- NSUrl
Returns
- Attributes
Applies to
WriteImage(UIImage, NSUrl, NSUrl)
[Foundation.Export("writeImage:withSceneDocumentURL:originalImageURL:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSUrl? WriteImage(UIKit.UIImage image, Foundation.NSUrl documentUrl, Foundation.NSUrl? originalImageUrl);
[<Foundation.Export("writeImage:withSceneDocumentURL:originalImageURL:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteImage : UIKit.UIImage * Foundation.NSUrl * Foundation.NSUrl -> Foundation.NSUrl
override this.WriteImage : UIKit.UIImage * Foundation.NSUrl * Foundation.NSUrl -> Foundation.NSUrl
Parameters
- image
- UIImage
- documentUrl
- NSUrl
Returns
- Attributes