Share via


ICIAccordionFoldTransitionProtocol Interface

Definition

This interface represents the Objective-C protocol CIAccordionFoldTransition.

[Foundation.Protocol(Name="CIAccordionFoldTransition", WrapperType=typeof(CoreImage.CIAccordionFoldTransitionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="bottomHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="BottomHeight", PropertyType=typeof(System.Single), Selector="bottomHeight", SetterSelector="setBottomHeight:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="numberOfFolds", IsProperty=true, IsRequired=true, IsStatic=false, Name="FoldCount", PropertyType=typeof(System.Single), Selector="numberOfFolds", SetterSelector="setNumberOfFolds:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="foldShadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="FoldShadowAmount", PropertyType=typeof(System.Single), Selector="foldShadowAmount", SetterSelector="setFoldShadowAmount:")]
public interface ICIAccordionFoldTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIAccordionFoldTransition", WrapperType=typeof(CoreImage.CIAccordionFoldTransitionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="bottomHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="BottomHeight", PropertyType=typeof(System.Single), Selector="bottomHeight", SetterSelector="setBottomHeight:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="numberOfFolds", IsProperty=true, IsRequired=true, IsStatic=false, Name="FoldCount", PropertyType=typeof(System.Single), Selector="numberOfFolds", SetterSelector="setNumberOfFolds:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="foldShadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="FoldShadowAmount", PropertyType=typeof(System.Single), Selector="foldShadowAmount", SetterSelector="setFoldShadowAmount:")>]
type ICIAccordionFoldTransitionProtocol = 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
BottomHeight

Gets or sets the the position from which to start the accordion transition.

FoldCount

Gets or sets the number of folds to use in the transition.

FoldShadowAmount

Gets or sets the fold shadow amount.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputImage

Gets or sets an image to filter.

(Inherited from ICITransitionFilterProtocol)
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)

Extension Methods

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

Applies to