xamarinios
namespace CoreImage
{
[DefaultMember("Item")]
[Register("CIFilter", true)]
public class CIFilter : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[Obsolete("Use 'InputImage' instead. If not available then the filter does not support it.")]
public CIImage Image { get; set; }
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Set property |
---|---|
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'InputImage' instead. If not available then the filter does not support it. |
Platform Restrictions | This framework does not have platform annotations. |