Share via


NSObject_CIImageProvider.ProvideImageData Method

Definition

[Foundation.Export("provideImageData:bytesPerRow:origin::size::userInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ProvideImageData(this Foundation.NSObject This, IntPtr data, UIntPtr rowbytes, UIntPtr x, UIntPtr y, UIntPtr width, UIntPtr height, Foundation.NSObject? info);
[<Foundation.Export("provideImageData:bytesPerRow:origin::size::userInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ProvideImageData : Foundation.NSObject * nativeint * unativeint * unativeint * unativeint * unativeint * unativeint * Foundation.NSObject -> unit

Parameters

This
NSObject
data
IntPtr

nativeint

rowbytes
UIntPtr

unativeint

x
UIntPtr

unativeint

y
UIntPtr

unativeint

width
UIntPtr

unativeint

height
UIntPtr

unativeint

info
NSObject
Attributes

Applies to