Share via


CGImageDestination.CopyImageSource Method

Definition

Overloads

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

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

error
NSError

Returns

Applies to