MTKTextureLoader.FromCGImageAsync(CGImage, MTKTextureLoaderOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式從指定的核心圖形影像和選項建立金屬紋理,並傳回提供結果影像的工作。
public System.Threading.Tasks.Task<Metal.IMTLTexture> FromCGImageAsync (CoreGraphics.CGImage cgImage, MetalKit.MTKTextureLoaderOptions options);
member this.FromCGImageAsync : CoreGraphics.CGImage * MetalKit.MTKTextureLoaderOptions -> System.Threading.Tasks.Task<Metal.IMTLTexture>
參數
- cgImage
- CGImage
核心圖形影像。
- options
- MTKTextureLoaderOptions
載入紋理資料的選項。