共用方式為


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

傳回

屬性

適用於