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:")]
public static CoreImage.CIDataMatrixCodeDescriptor CreateDescriptor (Foundation.NSData errorCorrectedPayload, nint rowCount, nint columnCount, CoreImage.CIDataMatrixCodeEccVersion eccVersion);
static member CreateDescriptor : Foundation.NSData * nint * nint * CoreImage.CIDataMatrixCodeEccVersion -> CoreImage.CIDataMatrixCodeDescriptor
Parameters
- errorCorrectedPayload
- NSData
- rowCount
- System.System.IntPtr System.nativeint
- columnCount
- System.System.IntPtr System.nativeint
- eccVersion
- CIDataMatrixCodeEccVersion
Returns
- Attributes