Share via


ICIKMeansProtocol Interface

Definition

This interface represents the Objective-C protocol CIKMeans.

[Foundation.Protocol(Name="CIKMeans", WrapperType=typeof(CoreImage.CIKMeansProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputMeans", IsProperty=true, IsRequired=true, IsStatic=false, Name="Means", PropertyType=typeof(CoreImage.CIImage), Selector="inputMeans", SetterSelector="setInputMeans:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="count", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCount", PropertyType=typeof(System.IntPtr), Selector="count", SetterSelector="setCount:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="passes", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPasses", PropertyType=typeof(System.Single), Selector="passes", SetterSelector="setPasses:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="perceptual", IsProperty=true, IsRequired=true, IsStatic=false, Name="Perceptual", PropertyType=typeof(System.Boolean), Selector="perceptual", SetterSelector="setPerceptual:")]
public interface ICIKMeansProtocol : CoreImage.ICIAreaReductionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIKMeans", WrapperType=typeof(CoreImage.CIKMeansProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputMeans", IsProperty=true, IsRequired=true, IsStatic=false, Name="Means", PropertyType=typeof(CoreImage.CIImage), Selector="inputMeans", SetterSelector="setInputMeans:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="count", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCount", PropertyType=typeof(System.IntPtr), Selector="count", SetterSelector="setCount:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="passes", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPasses", PropertyType=typeof(System.Single), Selector="passes", SetterSelector="setPasses:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="perceptual", IsProperty=true, IsRequired=true, IsStatic=false, Name="Perceptual", PropertyType=typeof(System.Boolean), Selector="perceptual", SetterSelector="setPerceptual:")>]
type ICIKMeansProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIAreaReductionFilterProtocol
    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)
InputCount
InputExtent (Inherited from ICIAreaReductionFilterProtocol)
InputImage

Gets or sets an image to filter.

(Inherited from ICIAreaReductionFilterProtocol)
InputPasses
Means
OutputImage (Inherited from ICIFilterProtocol)
Perceptual

Extension Methods

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

Applies to