Compartir a través de


CGImageSource.CopyProperties Método

Definición

Sobrecargas

CopyProperties(NSDictionary)
CopyProperties(CGImageOptions)
CopyProperties(NSDictionary, Int32)
CopyProperties(CGImageOptions, Int32)

CopyProperties(NSDictionary)

[Foundation.Advice("Use 'GetProperties'.")]
public Foundation.NSDictionary CopyProperties (Foundation.NSDictionary dict);
member this.CopyProperties : Foundation.NSDictionary -> Foundation.NSDictionary

Parámetros

dict
NSDictionary

Propiedades que se van a copiar.

Devoluciones

Atributos

Se aplica a

CopyProperties(CGImageOptions)

[Foundation.Advice("Use 'GetProperties'.")]
public Foundation.NSDictionary CopyProperties (ImageIO.CGImageOptions options);
member this.CopyProperties : ImageIO.CGImageOptions -> Foundation.NSDictionary

Parámetros

options
CGImageOptions

Devoluciones

Atributos

Se aplica a

CopyProperties(NSDictionary, Int32)

[Foundation.Advice("Use 'GetProperties'.")]
public Foundation.NSDictionary CopyProperties (Foundation.NSDictionary dict, int imageIndex);
member this.CopyProperties : Foundation.NSDictionary * int -> Foundation.NSDictionary

Parámetros

dict
NSDictionary

Propiedades que se van a copiar.

imageIndex
Int32

Índice de imagen.

Devoluciones

Atributos

Se aplica a

CopyProperties(CGImageOptions, Int32)

[Foundation.Advice("Use 'GetProperties'.")]
public Foundation.NSDictionary CopyProperties (ImageIO.CGImageOptions options, int imageIndex);
member this.CopyProperties : ImageIO.CGImageOptions * int -> Foundation.NSDictionary

Parámetros

options
CGImageOptions
imageIndex
Int32

Devoluciones

Atributos

Se aplica a