CIPdf417CodeDescriptor.CreateDescriptor(NSData, Boolean, nint, nint) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[Foundation.Export("descriptorWithPayload:isCompact:rowCount:columnCount:")]
public static CoreImage.CIPdf417CodeDescriptor CreateDescriptor (Foundation.NSData errorCorrectedPayload, bool isCompact, nint rowCount, nint columnCount);
static member CreateDescriptor : Foundation.NSData * bool * nint * nint -> CoreImage.CIPdf417CodeDescriptor
Parameter
- errorCorrectedPayload
- NSData
- isCompact
- Boolean
- rowCount
- System.System.IntPtr System.nativeint
- columnCount
- System.System.IntPtr System.nativeint
Gibt zurück
- Attribute