Share via


ICISwipeTransitionProtocol Interface

Definition

This interface represents the Objective-C protocol CISwipeTransition.

[Foundation.Protocol(Name="CISwipeTransition", WrapperType=typeof(CoreImage.CISwipeTransitionProtocolWrapper))]
[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.Strong, GetterSelector="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")]
[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="width", IsProperty=true, IsRequired=true, IsStatic=false, Name="Width", PropertyType=typeof(System.Single), Selector="width", SetterSelector="setWidth:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="opacity", IsProperty=true, IsRequired=true, IsStatic=false, Name="Opacity", PropertyType=typeof(System.Single), Selector="opacity", SetterSelector="setOpacity:")]
public interface ICISwipeTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CISwipeTransition", WrapperType=typeof(CoreImage.CISwipeTransitionProtocolWrapper))>]
[<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.Strong, GetterSelector="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")>]
[<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="width", IsProperty=true, IsRequired=true, IsStatic=false, Name="Width", PropertyType=typeof(System.Single), Selector="width", SetterSelector="setWidth:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="opacity", IsProperty=true, IsRequired=true, IsStatic=false, Name="Opacity", PropertyType=typeof(System.Single), Selector="opacity", SetterSelector="setOpacity:")>]
type ICISwipeTransitionProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
    interface ICITransitionFilterProtocol
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
Color
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputExtent
InputImage

Gets or sets an image to filter.

(Inherited from ICITransitionFilterProtocol)
Opacity
OutputImage (Inherited from ICIFilterProtocol)
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)
Width

Extension Methods

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

Applies to