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 = "CIBicubicScaleTransform", WrapperType = typeof(CIBicubicScaleTransformProtocolWrapper))]
[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 = "scale", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Scale", PropertyType = typeof(float), Selector = "scale", SetterSelector = "setScale:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "aspectRatio", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AspectRatio", PropertyType = typeof(float), Selector = "aspectRatio", SetterSelector = "setAspectRatio:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "parameterB", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ParameterB", PropertyType = typeof(float), Selector = "parameterB", SetterSelector = "setParameterB:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "parameterC", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ParameterC", PropertyType = typeof(float), Selector = "parameterC", SetterSelector = "setParameterC:")]
public interface ICIBicubicScaleTransformProtocol : ICIFilterProtocol, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
float ParameterB
{
[Export("parameterB")]
get;
[Export("setParameterB:")]
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. |