Compartilhar via


CGImageSource.CopyProperties Método

Definição

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

Propriedades a serem copiadas.

Retornos

Atributos

Aplica-se 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

Retornos

Atributos

Aplica-se 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

Propriedades a serem copiadas.

imageIndex
Int32

Índice de imagem.

Retornos

Atributos

Aplica-se 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

Retornos

Atributos

Aplica-se a