MTKTextureLoader.FromCGImage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FromCGImage(CGImage, MTKTextureLoaderOptions, NSError) |
從指定的核心圖形影像和選項建立並傳回 [金屬] 紋理。 |
FromCGImage(CGImage, MTKTextureLoaderOptions, MTKTextureLoaderCallback) |
從指定的核心圖形影像和選項建立並傳回 [金屬] 紋理,並在完成時執行完成處理常式。 |
FromCGImage(CGImage, MTKTextureLoaderOptions, NSError)
從指定的核心圖形影像和選項建立並傳回 [金屬] 紋理。
public Metal.IMTLTexture FromCGImage (CoreGraphics.CGImage cgImage, MetalKit.MTKTextureLoaderOptions options, out Foundation.NSError error);
member this.FromCGImage : CoreGraphics.CGImage * MetalKit.MTKTextureLoaderOptions * -> Metal.IMTLTexture
參數
- cgImage
- CGImage
核心圖形影像。
- options
- MTKTextureLoaderOptions
載入紋理資料的選項。
- error
- NSError
如果發生錯誤,則包含錯誤。
傳回
適用於
FromCGImage(CGImage, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
從指定的核心圖形影像和選項建立並傳回 [金屬] 紋理,並在完成時執行完成處理常式。
public void FromCGImage (CoreGraphics.CGImage cgImage, MetalKit.MTKTextureLoaderOptions options, MetalKit.MTKTextureLoaderCallback completionHandler);
member this.FromCGImage : CoreGraphics.CGImage * MetalKit.MTKTextureLoaderOptions * MetalKit.MTKTextureLoaderCallback -> unit
參數
- cgImage
- CGImage
核心圖形影像。
- options
- MTKTextureLoaderOptions
載入紋理資料的選項。
- completionHandler
- MTKTextureLoaderCallback
載入紋理之後要執行的處理常式。