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 = "CISmoothLinearGradient", WrapperType = typeof(CISmoothLinearGradientProtocolWrapper))]
[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.Retain, GetterSelector = "color0", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Color0", PropertyType = typeof(CIColor), Selector = "color0", SetterSelector = "setColor0:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "color1", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Color1", PropertyType = typeof(CIColor), Selector = "color1", SetterSelector = "setColor1:")]
public interface ICISmoothLinearGradientProtocol : 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. |