NSObject_CIImageProvider.ProvideImageData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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