ICIImageProcessorInput Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Entrée d’un 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
- Attributs
- Implémente
Propriétés
BaseAddress |
Adresse mémoire de la mémoire tampon de données. |
BytesPerRow |
Nombre d’octets dans une seule ligne de l’image d’entrée. |
Format |
Format de pixel de l’image d’entrée. |
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
MetalTexture |
Objet IMTLTexture d'entrée. |
PixelBuffer |
Objet CVPixelBuffer d'entrée. |
Region |
Région d’intérêt dans l’image d’entrée. |
Méthodes d’extension
GetSurface(ICIImageProcessorInput) |
Méthode d’extension pour obtenir la surface à partir d’un ICIImageProcessorInput. |