UIImage.CGImage 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 image data. Read-only.
[ObjCRuntime.ThreadSafe]
public virtual CoreGraphics.CGImage CGImage { [Foundation.Export("CGImage")] get; }
member this.CGImage : CoreGraphics.CGImage
Property Value
- Attributes
Remarks
This property may be null
if the UIImage object was initialized with a CIImage object. If the underlying image data was purged, then accessing this property will force the underlying image to be reloaded from the source.
This can be used from a background thread.