ICIRippleTransitionProtocol Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents the Objective-C protocol CIRippleTransition.
[Foundation.Protocol(Name="CIRippleTransition", WrapperType=typeof(CoreImage.CIRippleTransitionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="shadingImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadingImage", PropertyType=typeof(CoreImage.CIImage), Selector="shadingImage", SetterSelector="setShadingImage:")]
[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.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")]
[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="scale", IsProperty=true, IsRequired=true, IsStatic=false, Name="Scale", PropertyType=typeof(System.Single), Selector="scale", SetterSelector="setScale:")]
public interface ICIRippleTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIRippleTransition", WrapperType=typeof(CoreImage.CIRippleTransitionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="shadingImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadingImage", PropertyType=typeof(CoreImage.CIImage), Selector="shadingImage", SetterSelector="setShadingImage:")>]
[<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.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")>]
[<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="scale", IsProperty=true, IsRequired=true, IsStatic=false, Name="Scale", PropertyType=typeof(System.Single), Selector="scale", SetterSelector="setScale:")>]
type ICIRippleTransitionProtocol = 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 |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
| InputCenter |
Gets or sets the center of the transition. |
| InputExtent |
Gets or sets the extent over which to apply the transition. |
| InputImage |
Gets or sets an image to filter. (Inherited from ICITransitionFilterProtocol) |
| OutputImage | (Inherited from ICIFilterProtocol) |
| Scale |
Gets or sets the intensity of the ripple effect. Default is 100 |
| ShadingImage |
Gets or sets the shading map to use for shading the transition effect. |
| 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 |
Gets or sets the width of the ripple wave. |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |