CGImageSource.GetProperties Method

Definition

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

Returns

Applies to