共用方式為


MTKTextureLoader.FromCGImage 方法

定義

多載

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

載入紋理之後要執行的處理常式。

適用於