ICIImageProvider.ProvideImageData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("provideImageData:bytesPerRow:origin::size::userInfo:")]
[Foundation.Preserve(Conditional=true)]
public void ProvideImageData (IntPtr data, nuint rowbytes, nuint x, nuint y, nuint width, nuint height, Foundation.NSObject info);
abstract member ProvideImageData : nativeint * nuint * nuint * nuint * nuint * nuint * Foundation.NSObject -> unit
Parâmetros
- data
-
IntPtr
nativeint
- rowbytes
- System.System.UIntPtr System.unativeint
- x
- System.System.UIntPtr System.unativeint
- y
- System.System.UIntPtr System.unativeint
- width
- System.System.UIntPtr System.unativeint
- height
- System.System.UIntPtr System.unativeint
- info
- NSObject
- Atributos