CGImageSource.CopyProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- dict
- NSDictionary
Properties to copy.
Returns
- Attributes
Applies to
CopyProperties(CGImageOptions)
[Foundation.Advice("Use 'GetProperties'.")]
public Foundation.NSDictionary CopyProperties (ImageIO.CGImageOptions options);
member this.CopyProperties : ImageIO.CGImageOptions -> Foundation.NSDictionary
Parameters
- options
- CGImageOptions
Returns
- Attributes
Applies to
CopyProperties(NSDictionary, Int32)
[Foundation.Advice("Use 'GetProperties'.")]
public Foundation.NSDictionary CopyProperties (Foundation.NSDictionary dict, int imageIndex);
member this.CopyProperties : Foundation.NSDictionary * int -> Foundation.NSDictionary
Parameters
- dict
- NSDictionary
Properties to copy.
- imageIndex
- Int32
Image index.
Returns
- Attributes
Applies to
CopyProperties(CGImageOptions, Int32)
[Foundation.Advice("Use 'GetProperties'.")]
public Foundation.NSDictionary CopyProperties (ImageIO.CGImageOptions options, int imageIndex);
member this.CopyProperties : ImageIO.CGImageOptions * int -> Foundation.NSDictionary
Parameters
- options
- CGImageOptions
- imageIndex
- Int32
Returns
- Attributes