Share via


ICILineOverlayProtocol Interface

Definition

This interface represents the Objective-C protocol CILineOverlay.

[Foundation.Protocol(Name="CILineOverlay", WrapperType=typeof(CoreImage.CILineOverlayProtocolWrapper))]
[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="NRNoiseLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="NRNoiseLevel", PropertyType=typeof(System.Single), Selector="NRNoiseLevel", SetterSelector="setNRNoiseLevel:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="NRSharpness", IsProperty=true, IsRequired=true, IsStatic=false, Name="NRSharpness", PropertyType=typeof(System.Single), Selector="NRSharpness", SetterSelector="setNRSharpness:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="edgeIntensity", IsProperty=true, IsRequired=true, IsStatic=false, Name="EdgeIntensity", PropertyType=typeof(System.Single), Selector="edgeIntensity", SetterSelector="setEdgeIntensity:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="threshold", IsProperty=true, IsRequired=true, IsStatic=false, Name="Threshold", PropertyType=typeof(System.Single), Selector="threshold", SetterSelector="setThreshold:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contrast", IsProperty=true, IsRequired=true, IsStatic=false, Name="Contrast", PropertyType=typeof(System.Single), Selector="contrast", SetterSelector="setContrast:")]
public interface ICILineOverlayProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CILineOverlay", WrapperType=typeof(CoreImage.CILineOverlayProtocolWrapper))>]
[<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="NRNoiseLevel", IsProperty=true, IsRequired=true, IsStatic=false, Name="NRNoiseLevel", PropertyType=typeof(System.Single), Selector="NRNoiseLevel", SetterSelector="setNRNoiseLevel:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="NRSharpness", IsProperty=true, IsRequired=true, IsStatic=false, Name="NRSharpness", PropertyType=typeof(System.Single), Selector="NRSharpness", SetterSelector="setNRSharpness:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="edgeIntensity", IsProperty=true, IsRequired=true, IsStatic=false, Name="EdgeIntensity", PropertyType=typeof(System.Single), Selector="edgeIntensity", SetterSelector="setEdgeIntensity:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="threshold", IsProperty=true, IsRequired=true, IsStatic=false, Name="Threshold", PropertyType=typeof(System.Single), Selector="threshold", SetterSelector="setThreshold:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contrast", IsProperty=true, IsRequired=true, IsStatic=false, Name="Contrast", PropertyType=typeof(System.Single), Selector="contrast", SetterSelector="setContrast:")>]
type ICILineOverlayProtocol = 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
Contrast

Gets or sets the contrast of the line overlay.

EdgeIntensity

Gets or sets the edge intensity to use when drawing the overlay.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputImage

Gets or sets an image to filter.

NRNoiseLevel

Gets or sets the input noise level to use when reducing noise before applying the line overlay filter.

NRSharpness

Gets or sets the input sharpnsee to use when applying the line overlay filter.

OutputImage (Inherited from ICIFilterProtocol)
Threshold

Gets or sets the line overlay threshold..

Extension Methods

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

Applies to