CVFillExtendedPixelsCallBack Delegate

Definition

A delegate that defines the function used to pad buffers that use a custom pixel format.

C#
[ObjCRuntime.Watch(4, 0)]
public delegate bool CVFillExtendedPixelsCallBack(IntPtr pixelBuffer, IntPtr refCon);

Parameters

pixelBuffer
IntPtr
refCon
IntPtr

Return Value

Attributes

Applies to

Product Versions
Xamarin iOS SDK 12

See also