xamarintvos
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 = "CIStarShineGenerator", WrapperType = typeof(CIStarShineGeneratorProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "center", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputCenter", PropertyType = typeof(CGPoint), Selector = "center", SetterSelector = "setCenter:")]
[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 = "radius", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Radius", PropertyType = typeof(float), Selector = "radius", SetterSelector = "setRadius:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "crossScale", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CrossScale", PropertyType = typeof(float), Selector = "crossScale", SetterSelector = "setCrossScale:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "crossAngle", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CrossAngle", PropertyType = typeof(float), Selector = "crossAngle", SetterSelector = "setCrossAngle:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "crossOpacity", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CrossOpacity", PropertyType = typeof(float), Selector = "crossOpacity", SetterSelector = "setCrossOpacity:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "crossWidth", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CrossWidth", PropertyType = typeof(float), Selector = "crossWidth", SetterSelector = "setCrossWidth:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "epsilon", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Epsilon", PropertyType = typeof(float), Selector = "epsilon", SetterSelector = "setEpsilon:")]
public interface ICIStarShineGeneratorProtocol : ICIFilterProtocol, INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |