CGImageDestination.CopyImageSource 方法

定义

重载

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

参数

error
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 *  -> bool

参数

options
NSDictionary
error
NSError

返回

适用于