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 = "CIDisintegrateWithMaskTransition", WrapperType = typeof(CIDisintegrateWithMaskTransitionProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "maskImage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "MaskImage", PropertyType = typeof(CIImage), Selector = "maskImage", SetterSelector = "setMaskImage:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "shadowRadius", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ShadowRadius", PropertyType = typeof(float), Selector = "shadowRadius", SetterSelector = "setShadowRadius:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "shadowDensity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ShadowDensity", PropertyType = typeof(float), Selector = "shadowDensity", SetterSelector = "setShadowDensity:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "shadowOffset", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputShadowOffset", PropertyType = typeof(CGPoint), Selector = "shadowOffset", SetterSelector = "setShadowOffset:")]
public interface ICIDisintegrateWithMaskTransitionProtocol : ICIFilterProtocol, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
float ShadowRadius
{
[Export("shadowRadius")]
get;
[Export("setShadowRadius:")]
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. |