xamarinmac
namespace CoreImage
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Protocol(Name = "CIAztecCodeGenerator", WrapperType = typeof(CIAztecCodeGeneratorProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "message", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Message", PropertyType = typeof(NSData), Selector = "message", SetterSelector = "setMessage:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "correctionLevel", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CorrectionLevel", PropertyType = typeof(float), Selector = "correctionLevel", SetterSelector = "setCorrectionLevel:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "layers", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputLayers", PropertyType = typeof(float), Selector = "layers", SetterSelector = "setLayers:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "compactStyle", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputCompactStyle", PropertyType = typeof(float), Selector = "compactStyle", SetterSelector = "setCompactStyle:")]
public interface ICIAztecCodeGeneratorProtocol : ICIFilterProtocol, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
float CorrectionLevel
{
[Export("correctionLevel")]
get;
[Export("setCorrectionLevel:")]
set;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |