Share via


ICIAztecCodeGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CIAztecCodeGenerator.

[Foundation.Protocol(Name="CIAztecCodeGenerator", WrapperType=typeof(CoreImage.CIAztecCodeGeneratorProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="message", IsProperty=true, IsRequired=true, IsStatic=false, Name="Message", PropertyType=typeof(Foundation.NSData), Selector="message", SetterSelector="setMessage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="correctionLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="CorrectionLevel", PropertyType=typeof(System.Single), Selector="correctionLevel", SetterSelector="setCorrectionLevel:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="layers", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputLayers", PropertyType=typeof(System.Single), Selector="layers", SetterSelector="setLayers:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="compactStyle", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCompactStyle", PropertyType=typeof(System.Single), Selector="compactStyle", SetterSelector="setCompactStyle:")]
public interface ICIAztecCodeGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIAztecCodeGenerator", WrapperType=typeof(CoreImage.CIAztecCodeGeneratorProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="message", IsProperty=true, IsRequired=true, IsStatic=false, Name="Message", PropertyType=typeof(Foundation.NSData), Selector="message", SetterSelector="setMessage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="correctionLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="CorrectionLevel", PropertyType=typeof(System.Single), Selector="correctionLevel", SetterSelector="setCorrectionLevel:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="layers", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputLayers", PropertyType=typeof(System.Single), Selector="layers", SetterSelector="setLayers:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="compactStyle", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCompactStyle", PropertyType=typeof(System.Single), Selector="compactStyle", SetterSelector="setCompactStyle:")>]
type ICIAztecCodeGeneratorProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
CorrectionLevel

Gets or sets the percentage of redundancy of the code.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputCompactStyle

Gets or sets whether to create compact or full-size code.

InputLayers

Gets or sets the number of concentric squares to use when encoding data for the code.

Message
OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to