SCNSceneExportDelegate.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
WriteImage(NSImage, NSUrl, NSUrl) | |
WriteImage(UIImage, NSUrl, NSUrl) |
WriteImage(NSImage, NSUrl, NSUrl)
[Foundation.Export("writeImage:withSceneDocumentURL:originalImageURL:")]
public virtual Foundation.NSUrl WriteImage (AppKit.NSImage image, Foundation.NSUrl documentUrl, Foundation.NSUrl originalImageUrl);
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
- originalImageUrl
- NSUrl
Returns
- Attributes
Applies to
WriteImage(UIImage, NSUrl, NSUrl)
[Foundation.Export("writeImage:withSceneDocumentURL:originalImageURL:")]
public virtual Foundation.NSUrl WriteImage (UIKit.UIImage image, Foundation.NSUrl documentUrl, Foundation.NSUrl originalImageUrl);
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