Share via


ICINoiseReductionProtocol Interface

Definition

This interface represents the Objective-C protocol CINoiseReduction.

[Foundation.Protocol(Name="CINoiseReduction", WrapperType=typeof(CoreImage.CINoiseReductionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="noiseLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="NoiseLevel", PropertyType=typeof(System.Single), Selector="noiseLevel", SetterSelector="setNoiseLevel:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sharpness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Sharpness", PropertyType=typeof(System.Single), Selector="sharpness", SetterSelector="setSharpness:")]
public interface ICINoiseReductionProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CINoiseReduction", WrapperType=typeof(CoreImage.CINoiseReductionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="noiseLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="NoiseLevel", PropertyType=typeof(System.Single), Selector="noiseLevel", SetterSelector="setNoiseLevel:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sharpness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Sharpness", PropertyType=typeof(System.Single), Selector="sharpness", SetterSelector="setSharpness:")>]
type ICINoiseReductionProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputImage

Gets or sets an image to filter.

NoiseLevel

Gets or sets the input noise level.

OutputImage (Inherited from ICIFilterProtocol)
Sharpness

Gets or sets the input sharpness.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to