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 = "CIStripesGenerator", WrapperType = typeof(CIStripesGeneratorProtocolWrapper))]
    [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 = "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:")]
    [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 = "sharpness", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Sharpness", PropertyType = typeof(float), Selector = "sharpness", SetterSelector = "setSharpness:")]
    public interface ICIStripesGeneratorProtocol : ICIFilterProtocol, INativeObject, IDisposable
    {
        [Preserve(Conditional = true)]
        CGPoint InputCenter
        {
            [Export("center", ArgumentSemantic.Assign)]
            get;
            [Export("setCenter:", ArgumentSemantic.Assign)]
            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.

  • Built-in API
  • Package-provided API

05/10/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙