UIImage.CIImage Property

Definition

The underlying CIImage data. Read-only.

[ObjCRuntime.ThreadSafe]
public virtual CoreImage.CIImage CIImage { [Foundation.Export("CIImage")] get; }
member this.CIImage : CoreImage.CIImage

Property Value

Attributes

Remarks

This property may be null if the UIImage object was initialized with a CGImage object.

This can be used from a background thread.

Applies to