CIImage.Implicit(CGImage to CIImage) Operator

Definition

Implicit constructor that wraps a CGImage as a CIImage.

public static implicit operator CoreImage.CIImage (CoreGraphics.CGImage image);
static member op_Implicit : CoreGraphics.CGImage -> CoreImage.CIImage

Parameters

image
CGImage

CoreGraphics image

Returns

Applies to