Share via


ICIPageCurlWithShadowTransitionProtocol Interface

Definition

This interface represents the Objective-C protocol CIPageCurlWithShadowTransition.

[Foundation.Protocol(Name="CIPageCurlWithShadowTransition", WrapperType=typeof(CoreImage.CIPageCurlWithShadowTransitionProtocolWrapper))]
[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.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:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowSize", PropertyType=typeof(System.Single), Selector="shadowSize", SetterSelector="setShadowSize:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowAmount", PropertyType=typeof(System.Single), Selector="shadowAmount", SetterSelector="setShadowAmount:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="shadowExtent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputShadowExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="shadowExtent", SetterSelector="setShadowExtent:")]
public interface ICIPageCurlWithShadowTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIPageCurlWithShadowTransition", WrapperType=typeof(CoreImage.CIPageCurlWithShadowTransitionProtocolWrapper))>]
[<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.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:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowSize", PropertyType=typeof(System.Single), Selector="shadowSize", SetterSelector="setShadowSize:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowAmount", PropertyType=typeof(System.Single), Selector="shadowAmount", SetterSelector="setShadowAmount:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="shadowExtent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputShadowExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="shadowExtent", SetterSelector="setShadowExtent:")>]
type ICIPageCurlWithShadowTransitionProtocol = 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)
InputShadowExtent

Gets or sets the extent of the target image to shade.

OutputImage (Inherited from ICIFilterProtocol)
Radius

Gets or sets a value that controls the radius of the curl.

ShadowAmount

Gets or sets the darkness of the shadow effect.

ShadowSize

Gets or sets the size of the shadow effect.

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)

Applies to