CIAztecCodeDescriptor.CreateDescriptor(NSData, Boolean, nint, nint) 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:isCompact:layerCount:dataCodewordCount:")]
public static CoreImage.CIAztecCodeDescriptor CreateDescriptor (Foundation.NSData errorCorrectedPayload, bool isCompact, nint layerCount, nint dataCodewordCount);
static member CreateDescriptor : Foundation.NSData * bool * nint * nint -> CoreImage.CIAztecCodeDescriptor
Parameters
- errorCorrectedPayload
- NSData
- isCompact
- Boolean
- layerCount
- System.System.IntPtr System.nativeint
- dataCodewordCount
- System.System.IntPtr System.nativeint
Returns
- Attributes