CGImageDestination.CopyImageSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- image
- CGImageSource
- options
- CGCopyImageSourceOptions
- 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
参数
- image
- CGImageSource
- options
- NSDictionary
- error
- NSError