Share via


ICIHistogramDisplayProtocol Interface

Definition

This interface represents the Objective-C protocol CIHistogramDisplay.

[Foundation.Protocol(Name="CIHistogramDisplay", WrapperType=typeof(CoreImage.CIHistogramDisplayProtocolWrapper))]
[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="height", IsProperty=true, IsRequired=true, IsStatic=false, Name="Height", PropertyType=typeof(System.Single), Selector="height", SetterSelector="setHeight:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="highLimit", IsProperty=true, IsRequired=true, IsStatic=false, Name="HighLimit", PropertyType=typeof(System.Single), Selector="highLimit", SetterSelector="setHighLimit:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="lowLimit", IsProperty=true, IsRequired=true, IsStatic=false, Name="LowLimit", PropertyType=typeof(System.Single), Selector="lowLimit", SetterSelector="setLowLimit:")]
public interface ICIHistogramDisplayProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIHistogramDisplay", WrapperType=typeof(CoreImage.CIHistogramDisplayProtocolWrapper))>]
[<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="height", IsProperty=true, IsRequired=true, IsStatic=false, Name="Height", PropertyType=typeof(System.Single), Selector="height", SetterSelector="setHeight:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="highLimit", IsProperty=true, IsRequired=true, IsStatic=false, Name="HighLimit", PropertyType=typeof(System.Single), Selector="highLimit", SetterSelector="setHighLimit:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="lowLimit", IsProperty=true, IsRequired=true, IsStatic=false, Name="LowLimit", PropertyType=typeof(System.Single), Selector="lowLimit", SetterSelector="setLowLimit:")>]
type ICIHistogramDisplayProtocol = 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)
Height

Gets or sets the display height of the histogram.

HighLimit

Gets or sets the height of the tallest histogram bar.

InputImage

Gets or sets an image to filter.

LowLimit

Gets or sets the height of the shortest histogram bar.

OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

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

Applies to