ICIFlashTransitionProtocol 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 CIFlashTransition.
[Foundation.Protocol(Name="CIFlashTransition", WrapperType=typeof(CoreImage.CIFlashTransitionProtocolWrapper))]
[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.Strong, GetterSelector="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maxStriationRadius", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaxStriationRadius", PropertyType=typeof(System.Single), Selector="maxStriationRadius", SetterSelector="setMaxStriationRadius:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="striationStrength", IsProperty=true, IsRequired=true, IsStatic=false, Name="StriationStrength", PropertyType=typeof(System.Single), Selector="striationStrength", SetterSelector="setStriationStrength:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="striationContrast", IsProperty=true, IsRequired=true, IsStatic=false, Name="StriationContrast", PropertyType=typeof(System.Single), Selector="striationContrast", SetterSelector="setStriationContrast:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="fadeThreshold", IsProperty=true, IsRequired=true, IsStatic=false, Name="FadeThreshold", PropertyType=typeof(System.Single), Selector="fadeThreshold", SetterSelector="setFadeThreshold:")]
public interface ICIFlashTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIFlashTransition", WrapperType=typeof(CoreImage.CIFlashTransitionProtocolWrapper))>]
[<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.Strong, GetterSelector="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="maxStriationRadius", IsProperty=true, IsRequired=true, IsStatic=false, Name="MaxStriationRadius", PropertyType=typeof(System.Single), Selector="maxStriationRadius", SetterSelector="setMaxStriationRadius:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="striationStrength", IsProperty=true, IsRequired=true, IsStatic=false, Name="StriationStrength", PropertyType=typeof(System.Single), Selector="striationStrength", SetterSelector="setStriationStrength:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="striationContrast", IsProperty=true, IsRequired=true, IsStatic=false, Name="StriationContrast", PropertyType=typeof(System.Single), Selector="striationContrast", SetterSelector="setStriationContrast:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="fadeThreshold", IsProperty=true, IsRequired=true, IsStatic=false, Name="FadeThreshold", PropertyType=typeof(System.Single), Selector="fadeThreshold", SetterSelector="setFadeThreshold:")>]
type ICIFlashTransitionProtocol = 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 |
|---|---|
| Color |
Gets or sets the color of the flash. |
| FadeThreshold |
Gets or sets the threshold at which the flash starts or stops appearing. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
| InputCenter |
Gets or set the center of the flash. |
| InputExtent |
Gets or sets a vector of the form (x,y,w,h) that represents the rectangular extent of the flash. |
| InputImage |
Gets or sets an image to filter. (Inherited from ICITransitionFilterProtocol) |
| MaxStriationRadius |
Gets or sets the maximum radius of the flash effect. |
| OutputImage | (Inherited from ICIFilterProtocol) |
| StriationContrast |
Gets or sets the striation contrast. |
| StriationStrength |
Gets or sets the strength of the striations in the flash. |
| 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) | |