UIKit.UIImage.FromImage Method
Factory method to create a UIKit.UIImage from a Core Image CoreImage.CIImage, with the specified scale and orientation.

Syntax

[Foundation.Export("imageWithCIImage:scale:orientation:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
[ObjCRuntime.ThreadSafe]
public static UIImage FromImage (CoreImage.CIImage ciImage, UIImageOrientation orientation, nfloat scale)

Parameters

ciImage
Core Image that is to be encapsulated.
scale
Scale factor to be used when interpreting the image data.
orientation
Orientation for the image data.

Returns

New image.

Remarks

This can be used from a background thread.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0