Partager via


CGImageSource.CopyProperties Méthode

Définition

Surcharges

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

Paramètres

dict
NSDictionary

Propriétés à copier.

Retours

Attributs

S’applique à

CopyProperties(CGImageOptions)

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

Paramètres

options
CGImageOptions

Retours

Attributs

S’applique à

CopyProperties(NSDictionary, Int32)

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

Paramètres

dict
NSDictionary

Propriétés à copier.

imageIndex
Int32

Index d’image.

Retours

Attributs

S’applique à

CopyProperties(CGImageOptions, Int32)

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

Paramètres

options
CGImageOptions
imageIndex
Int32

Retours

Attributs

S’applique à