CIDataMatrixCodeDescriptor.CreateDescriptor 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("descriptorWithPayload:rowCount:columnCount:eccVersion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIDataMatrixCodeDescriptor? CreateDescriptor(Foundation.NSData errorCorrectedPayload, IntPtr rowCount, IntPtr columnCount, CoreImage.CIDataMatrixCodeEccVersion eccVersion);
[<Foundation.Export("descriptorWithPayload:rowCount:columnCount:eccVersion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateDescriptor : Foundation.NSData * nativeint * nativeint * CoreImage.CIDataMatrixCodeEccVersion -> CoreImage.CIDataMatrixCodeDescriptor
Parameters
- errorCorrectedPayload
- NSData
- rowCount
-
IntPtr
nativeint
- columnCount
-
IntPtr
nativeint
- eccVersion
- CIDataMatrixCodeEccVersion
Returns
- Attributes