ICIPerspectiveTileProtocol Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents the Objective-C protocol CIPerspectiveTile.
[Foundation.Protocol(Name="CIPerspectiveTile", WrapperType=typeof(CoreImage.CIPerspectiveTileProtocolWrapper))]
[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.UnsafeUnretained, GetterSelector="topLeft", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputTopLeft", PropertyType=typeof(CoreGraphics.CGPoint), Selector="topLeft", SetterSelector="setTopLeft:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="topRight", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputTopRight", PropertyType=typeof(CoreGraphics.CGPoint), Selector="topRight", SetterSelector="setTopRight:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="bottomRight", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBottomRight", PropertyType=typeof(CoreGraphics.CGPoint), Selector="bottomRight", SetterSelector="setBottomRight:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="bottomLeft", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBottomLeft", PropertyType=typeof(CoreGraphics.CGPoint), Selector="bottomLeft", SetterSelector="setBottomLeft:")]
public interface ICIPerspectiveTileProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIPerspectiveTile", WrapperType=typeof(CoreImage.CIPerspectiveTileProtocolWrapper))>]
[<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.UnsafeUnretained, GetterSelector="topLeft", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputTopLeft", PropertyType=typeof(CoreGraphics.CGPoint), Selector="topLeft", SetterSelector="setTopLeft:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="topRight", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputTopRight", PropertyType=typeof(CoreGraphics.CGPoint), Selector="topRight", SetterSelector="setTopRight:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="bottomRight", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBottomRight", PropertyType=typeof(CoreGraphics.CGPoint), Selector="bottomRight", SetterSelector="setBottomRight:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="bottomLeft", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBottomLeft", PropertyType=typeof(CoreGraphics.CGPoint), Selector="bottomLeft", SetterSelector="setBottomLeft:")>]
type ICIPerspectiveTileProtocol = 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) |
| InputBottomLeft |
Gets or sets location of the bottom left corner of the source image in the output. |
| InputBottomRight |
Gets or sets location of the bottom right corner of the source image in the output. |
| InputImage |
Gets or sets an image to filter. |
| InputTopLeft |
Gets or sets location of the top left corner of the source image in the output. |
| InputTopRight |
Gets or sets location of the top right corner of the source image in the output. |
| OutputImage | (Inherited from ICIFilterProtocol) |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |