UIImage.CGImage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
基礎映射資料。 唯讀。
[ObjCRuntime.ThreadSafe]
public virtual CoreGraphics.CGImage CGImage { [Foundation.Export("CGImage")] get; }
member this.CGImage : CoreGraphics.CGImage
屬性值
- 屬性
備註
如果 UIImage 物件是使用 CIImage 物件初始化,則此屬性可能是 null
。 如果清除基礎映射資料,則存取此屬性會強制從來源重載基礎映射。
這可從背景執行緒使用。