CGImageDestination.CopyImageSource Method

Definition

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

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

options
NSDictionary
error
NSError

Returns

Applies to