ICIPageCurlTransitionProtocol 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 CIPageCurlTransition.
[Foundation.Protocol(Name="CIPageCurlTransition", WrapperType=typeof(CoreImage.CIPageCurlTransitionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="backsideImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="BacksideImage", PropertyType=typeof(CoreImage.CIImage), Selector="backsideImage", SetterSelector="setBacksideImage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="shadingImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadingImage", PropertyType=typeof(CoreImage.CIImage), Selector="shadingImage", SetterSelector="setShadingImage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="angle", IsProperty=true, IsRequired=true, IsStatic=false, Name="Angle", PropertyType=typeof(System.Single), Selector="angle", SetterSelector="setAngle:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")]
public interface ICIPageCurlTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIPageCurlTransition", WrapperType=typeof(CoreImage.CIPageCurlTransitionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="backsideImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="BacksideImage", PropertyType=typeof(CoreImage.CIImage), Selector="backsideImage", SetterSelector="setBacksideImage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="shadingImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadingImage", PropertyType=typeof(CoreImage.CIImage), Selector="shadingImage", SetterSelector="setShadingImage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="angle", IsProperty=true, IsRequired=true, IsStatic=false, Name="Angle", PropertyType=typeof(System.Single), Selector="angle", SetterSelector="setAngle:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")>]
type ICIPageCurlTransitionProtocol = interface
interface INativeObject
interface IDisposable
interface ICIFilterProtocol
interface ICITransitionFilterProtocol
- 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 |
|---|---|
| Angle |
Gets or sets the angle of the page transition. |
| BacksideImage |
Gets or sets the image that appears on the back side of the peeled page. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
| InputExtent |
Gets or sets the extent of the target image to display. |
| InputImage |
Gets or sets an image to filter. (Inherited from ICITransitionFilterProtocol) |
| OutputImage | (Inherited from ICIFilterProtocol) |
| Radius |
Gets or sets a value that controls the radius of the curl. |
| ShadingImage |
Gets or sets the image to use for shading. |
| TargetImage |
The image that will be displayed at the end of the transition. (Inherited from ICITransitionFilterProtocol) |
| Time |
Gets or sets the current time in the transition. (Inherited from ICITransitionFilterProtocol) |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |