Share via


ICIPerspectiveTransformWithExtentProtocol Interface

Definition

This interface represents the Objective-C protocol CIPerspectiveTransformWithExtent.

[Foundation.Protocol(Name="CIPerspectiveTransformWithExtent", WrapperType=typeof(CoreImage.CIPerspectiveTransformWithExtentProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")]
public interface ICIPerspectiveTransformWithExtentProtocol : CoreImage.ICIFourCoordinateGeometryFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIPerspectiveTransformWithExtent", WrapperType=typeof(CoreImage.CIPerspectiveTransformWithExtentProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")>]
type ICIPerspectiveTransformWithExtentProtocol = 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
Handle

Handle (pointer) to the unmanaged object representation.

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

Gets or sets the region in the source image to transform into the target image.

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