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 = "CIPageCurlWithShadowTransition", WrapperType = typeof(CIPageCurlWithShadowTransitionProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "backsideImage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "BacksideImage", PropertyType = typeof(CIImage), Selector = "backsideImage", SetterSelector = "setBacksideImage:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "extent", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputExtent", PropertyType = typeof(CGRect), Selector = "extent", SetterSelector = "setExtent:")]
[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 = "radius", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Radius", PropertyType = typeof(float), Selector = "radius", SetterSelector = "setRadius:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "shadowSize", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ShadowSize", PropertyType = typeof(float), Selector = "shadowSize", SetterSelector = "setShadowSize:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "shadowAmount", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ShadowAmount", PropertyType = typeof(float), Selector = "shadowAmount", SetterSelector = "setShadowAmount:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "shadowExtent", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputShadowExtent", PropertyType = typeof(CGRect), Selector = "shadowExtent", SetterSelector = "setShadowExtent:")]
public interface ICIPageCurlWithShadowTransitionProtocol : ICIFilterProtocol, ICITransitionFilterProtocol, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
float Angle
{
[Export("angle")]
get;
[Export("setAngle:")]
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. |