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