CGImageSource.CreateImage(Int32, CGImageOptions) Method

Definition

Creates a CGImage from this loader.

public CoreGraphics.CGImage CreateImage (int index, ImageIO.CGImageOptions options);
member this.CreateImage : int * ImageIO.CGImageOptions -> CoreGraphics.CGImage

Parameters

index
Int32

Index of the image to create.

options
CGImageOptions

Image creation options.

Returns

Applies to