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 = "CISwipeTransition", WrapperType = typeof(CISwipeTransitionProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "extent", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputExtent", PropertyType = typeof(CGRect), Selector = "extent", SetterSelector = "setExtent:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "color", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Color", PropertyType = typeof(CIColor), Selector = "color", SetterSelector = "setColor:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "angle", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Angle", PropertyType = typeof(float), Selector = "angle", SetterSelector = "setAngle:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "width", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Width", PropertyType = typeof(float), Selector = "width", SetterSelector = "setWidth:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "opacity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Opacity", PropertyType = typeof(float), Selector = "opacity", SetterSelector = "setOpacity:")]
public interface ICISwipeTransitionProtocol : ICIFilterProtocol, ICITransitionFilterProtocol, 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. |