CGImageSource.GetProperties 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
GetProperties(CGImageOptions) | |
GetProperties(Int32, CGImageOptions) |
GetProperties(CGImageOptions)
public CoreGraphics.CGImageProperties GetProperties (ImageIO.CGImageOptions options = null);
member this.GetProperties : ImageIO.CGImageOptions -> CoreGraphics.CGImageProperties
Parameters
- options
- CGImageOptions
Returns
Applies to
GetProperties(Int32, CGImageOptions)
public CoreGraphics.CGImageProperties GetProperties (int index, ImageIO.CGImageOptions options = null);
member this.GetProperties : int * ImageIO.CGImageOptions -> CoreGraphics.CGImageProperties
Parameters
- index
- Int32
- options
- CGImageOptions