Share via


ICIDisintegrateWithMaskTransitionProtocol Interface

Definition

This interface represents the Objective-C protocol CIDisintegrateWithMaskTransition.

[Foundation.Protocol(Name="CIDisintegrateWithMaskTransition", WrapperType=typeof(CoreImage.CIDisintegrateWithMaskTransitionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="maskImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaskImage", PropertyType=typeof(CoreImage.CIImage), Selector="maskImage", SetterSelector="setMaskImage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowRadius", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowRadius", PropertyType=typeof(System.Single), Selector="shadowRadius", SetterSelector="setShadowRadius:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowDensity", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowDensity", PropertyType=typeof(System.Single), Selector="shadowDensity", SetterSelector="setShadowDensity:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="shadowOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputShadowOffset", PropertyType=typeof(CoreGraphics.CGPoint), Selector="shadowOffset", SetterSelector="setShadowOffset:")]
public interface ICIDisintegrateWithMaskTransitionProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIDisintegrateWithMaskTransition", WrapperType=typeof(CoreImage.CIDisintegrateWithMaskTransitionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="maskImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaskImage", PropertyType=typeof(CoreImage.CIImage), Selector="maskImage", SetterSelector="setMaskImage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowRadius", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowRadius", PropertyType=typeof(System.Single), Selector="shadowRadius", SetterSelector="setShadowRadius:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowDensity", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowDensity", PropertyType=typeof(System.Single), Selector="shadowDensity", SetterSelector="setShadowDensity:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="shadowOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputShadowOffset", PropertyType=typeof(CoreGraphics.CGPoint), Selector="shadowOffset", SetterSelector="setShadowOffset:")>]
type ICIDisintegrateWithMaskTransitionProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
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
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputShadowOffset

Gets or sets the offset of the mask shadows.

MaskImage

Gets or sets the mask to use for the transition.

OutputImage (Inherited from ICIFilterProtocol)
ShadowDensity

Gets or sets the density of the mask shadows.

ShadowRadius

Gets or set the shadow radius.

Extension Methods

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

Applies to