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 = "CICode128BarcodeGenerator", WrapperType = typeof(CICode128BarcodeGeneratorProtocolWrapper))]
[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 = "quietSpace", IsProperty = true, IsRequired = true, IsStatic = false, Name = "QuietSpace", PropertyType = typeof(float), Selector = "quietSpace", SetterSelector = "setQuietSpace:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "barcodeHeight", IsProperty = true, IsRequired = true, IsStatic = false, Name = "BarcodeHeight", PropertyType = typeof(float), Selector = "barcodeHeight", SetterSelector = "setBarcodeHeight:")]
public interface ICICode128BarcodeGeneratorProtocol : ICIFilterProtocol, INativeObject, IDisposable
}
.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. |