UIImage.CIImage Property
Definition
Important
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.
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.