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.
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