Share via


ICIModTransitionProtocol Interface

Definition

This interface represents the Objective-C protocol CIModTransition.

[Foundation.Protocol(Name="CIModTransition", WrapperType=typeof(CoreImage.CIModTransitionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="center", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCenter", PropertyType=typeof(CoreGraphics.CGPoint), Selector="center", SetterSelector="setCenter:")]
[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="compression", IsProperty=true, IsRequired=true, IsStatic=false, Name="Compression", PropertyType=typeof(System.Single), Selector="compression", SetterSelector="setCompression:")]
public interface ICIModTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIModTransition", WrapperType=typeof(CoreImage.CIModTransitionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="center", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputCenter", PropertyType=typeof(CoreGraphics.CGPoint), Selector="center", SetterSelector="setCenter:")>]
[<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="compression", IsProperty=true, IsRequired=true, IsStatic=false, Name="Compression", PropertyType=typeof(System.Single), Selector="compression", SetterSelector="setCompression:")>]
type ICIModTransitionProtocol = 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 mod transition.

Compression

Gets or sets the compression.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputCenter

Gets or sets the center of the mod transition.

InputImage

Gets or sets an image to filter.

(Inherited from ICITransitionFilterProtocol)
OutputImage (Inherited from ICIFilterProtocol)
Radius

Gets or sets the radius of the mod transition.

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