CGImageDestination.CopyImageSource Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- image
- CGImageSource
- options
- CGCopyImageSourceOptions
- error
- NSError
Devoluciones
Se aplica a
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
Parámetros
- image
- CGImageSource
- options
- NSDictionary
- error
- NSError