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 = "CIBokehBlur", WrapperType = typeof(CIBokehBlurProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "inputImage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputImage", PropertyType = typeof(CIImage), Selector = "inputImage", SetterSelector = "setInputImage:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "radius", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Radius", PropertyType = typeof(float), Selector = "radius", SetterSelector = "setRadius:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "ringAmount", IsProperty = true, IsRequired = true, IsStatic = false, Name = "RingAmount", PropertyType = typeof(float), Selector = "ringAmount", SetterSelector = "setRingAmount:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "ringSize", IsProperty = true, IsRequired = true, IsStatic = false, Name = "RingSize", PropertyType = typeof(float), Selector = "ringSize", SetterSelector = "setRingSize:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "softness", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Softness", PropertyType = typeof(float), Selector = "softness", SetterSelector = "setSoftness:")]
public interface ICIBokehBlurProtocol : ICIFilterProtocol, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
float Softness
{
[Export("softness")]
get;
[Export("setSoftness:")]
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. |