Share via


ICIKeystoneCorrectionHorizontalProtocol Interface

Definition

This interface represents the Objective-C protocol CIKeystoneCorrectionHorizontal.

[Foundation.Protocol(Name="CIKeystoneCorrectionHorizontal", WrapperType=typeof(CoreImage.CIKeystoneCorrectionHorizontalProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="focalLength", IsProperty=true, IsRequired=true, IsStatic=false, Name="FocalLength", PropertyType=typeof(System.Single), Selector="focalLength", SetterSelector="setFocalLength:")]
public interface ICIKeystoneCorrectionHorizontalProtocol : CoreImage.ICIFourCoordinateGeometryFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIKeystoneCorrectionHorizontal", WrapperType=typeof(CoreImage.CIKeystoneCorrectionHorizontalProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="focalLength", IsProperty=true, IsRequired=true, IsStatic=false, Name="FocalLength", PropertyType=typeof(System.Single), Selector="focalLength", SetterSelector="setFocalLength:")>]
type ICIKeystoneCorrectionHorizontalProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
    interface ICIFourCoordinateGeometryFilterProtocol
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
FocalLength
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputBottomLeft (Inherited from ICIFourCoordinateGeometryFilterProtocol)
InputBottomRight (Inherited from ICIFourCoordinateGeometryFilterProtocol)
InputImage

Gets or sets an image to filter.

(Inherited from ICIFourCoordinateGeometryFilterProtocol)
InputTopLeft (Inherited from ICIFourCoordinateGeometryFilterProtocol)
InputTopRight (Inherited from ICIFourCoordinateGeometryFilterProtocol)
OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

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

Applies to