ICIImageProcessorInput 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的輸入 CIImageProcessorKernel 。
[Foundation.Protocol(Name="CIImageProcessorInput", WrapperType=typeof(CoreImage.CIImageProcessorInputWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICIImageProcessorInput : IDisposable, ObjCRuntime.INativeObject
type ICIImageProcessorInput = interface
interface INativeObject
interface IDisposable
- 屬性
- 實作
屬性
BaseAddress |
資料緩衝區的記憶體位址。 |
BytesPerRow |
輸入影像之單一資料列中的位元組數目。 |
Format |
輸入影像的像素格式。 |
Handle |
處理 unmanaged 物件標記法) (指標。 (繼承來源 INativeObject) |
MetalTexture |
輸入 IMTLTexture。 |
PixelBuffer |
輸入 CVPixelBuffer。 |
Region |
輸入影像中感興趣的區域。 |
擴充方法
GetSurface(ICIImageProcessorInput) |
從 取得表面的 ICIImageProcessorInput 擴充方法。 |