CGImageDestination.CopyImageSource 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 |
|---|---|
| CopyImageSource(CGImageSource, NSDictionary, NSError) | |
| CopyImageSource(CGImageSource, CGCopyImageSourceOptions, NSError) |
CopyImageSource(CGImageSource, NSDictionary, NSError)
public bool CopyImageSource(ImageIO.CGImageSource image, Foundation.NSDictionary? options, out Foundation.NSError? error);
member this.CopyImageSource : ImageIO.CGImageSource * Foundation.NSDictionary * NSError -> bool
Parameters
- image
- CGImageSource
- options
- NSDictionary
- error
- NSError
Returns
Applies to
CopyImageSource(CGImageSource, CGCopyImageSourceOptions, NSError)
public bool CopyImageSource(ImageIO.CGImageSource image, ImageIO.CGCopyImageSourceOptions? options, out Foundation.NSError? error);
member this.CopyImageSource : ImageIO.CGImageSource * ImageIO.CGCopyImageSourceOptions * NSError -> bool
Parameters
- image
- CGImageSource
- options
- CGCopyImageSourceOptions
- error
- NSError