CGImageSource.CopyProperties 方法

定义

重载

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

参数

dict
NSDictionary

要复制的属性。

返回

属性

适用于

CopyProperties(CGImageOptions)

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

参数

options
CGImageOptions

返回

属性

适用于

CopyProperties(NSDictionary, Int32)

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

参数

dict
NSDictionary

要复制的属性。

imageIndex
Int32

图像索引。

返回

属性

适用于

CopyProperties(CGImageOptions, Int32)

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

参数

options
CGImageOptions
imageIndex
Int32

返回

属性

适用于