Share via


ICIDissolveTransitionProtocol Interface

Definition

This interface represents the Objective-C protocol CIDissolveTransition.

[Foundation.Protocol(Name="CIDissolveTransition", WrapperType=typeof(CoreImage.CIDissolveTransitionProtocolWrapper))]
public interface ICIDissolveTransitionProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIDissolveTransition", WrapperType=typeof(CoreImage.CIDissolveTransitionProtocolWrapper))>]
type ICIDissolveTransitionProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
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
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

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

Applies to