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 = "CIDepthOfField", WrapperType = typeof(CIDepthOfFieldProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "inputImage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputImage", PropertyType = typeof(CIImage), Selector = "inputImage", SetterSelector = "setInputImage:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "point0", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputPoint0", PropertyType = typeof(CGPoint), Selector = "point0", SetterSelector = "setPoint0:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "point1", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputPoint1", PropertyType = typeof(CGPoint), Selector = "point1", SetterSelector = "setPoint1:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "saturation", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Saturation", PropertyType = typeof(float), Selector = "saturation", SetterSelector = "setSaturation:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "unsharpMaskRadius", IsProperty = true, IsRequired = true, IsStatic = false, Name = "UnsharpMaskRadius", PropertyType = typeof(float), Selector = "unsharpMaskRadius", SetterSelector = "setUnsharpMaskRadius:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "unsharpMaskIntensity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "UnsharpMaskIntensity", PropertyType = typeof(float), Selector = "unsharpMaskIntensity", SetterSelector = "setUnsharpMaskIntensity:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "radius", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Radius", PropertyType = typeof(float), Selector = "radius", SetterSelector = "setRadius:")]
public interface ICIDepthOfFieldProtocol : 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. |