Share via


ICIQRCodeGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CIQRCodeGenerator.

[Foundation.Protocol(Name="CIQRCodeGenerator", WrapperType=typeof(CoreImage.CIQRCodeGeneratorProtocolWrapper))]
[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.Strong, GetterSelector="correctionLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="CorrectionLevel", PropertyType=typeof(System.String), Selector="correctionLevel", SetterSelector="setCorrectionLevel:")]
public interface ICIQRCodeGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIQRCodeGenerator", WrapperType=typeof(CoreImage.CIQRCodeGeneratorProtocolWrapper))>]
[<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.Strong, GetterSelector="correctionLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="CorrectionLevel", PropertyType=typeof(System.String), Selector="correctionLevel", SetterSelector="setCorrectionLevel:")>]
type ICIQRCodeGeneratorProtocol = 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 error correction level.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Message
OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

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

Applies to