ICIBarsSwipeTransitionProtocol 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 CIBarsSwipeTransition.
[Foundation.Protocol(Name="CIBarsSwipeTransition", WrapperType=typeof(CoreImage.CIBarsSwipeTransitionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="angle", IsProperty=true, IsRequired=true, IsStatic=false, Name="Angle", PropertyType=typeof(System.Single), Selector="angle", SetterSelector="setAngle:")]
[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="barOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="BarOffset", PropertyType=typeof(System.Single), Selector="barOffset", SetterSelector="setBarOffset:")]
public interface ICIBarsSwipeTransitionProtocol : CoreImage.ICITransitionFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIBarsSwipeTransition", WrapperType=typeof(CoreImage.CIBarsSwipeTransitionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="angle", IsProperty=true, IsRequired=true, IsStatic=false, Name="Angle", PropertyType=typeof(System.Single), Selector="angle", SetterSelector="setAngle:")>]
[<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="barOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="BarOffset", PropertyType=typeof(System.Single), Selector="barOffset", SetterSelector="setBarOffset:")>]
type ICIBarsSwipeTransitionProtocol = interface
interface INativeObject
interface IDisposable
interface ICIFilterProtocol
interface ICITransitionFilterProtocol
- 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 |
|---|---|
| Angle | |
| BarOffset | |
| 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) |
| Width | |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |