ICIGlassDistortionProtocol 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 CIGlassDistortion.
[Foundation.Protocol(Name="CIGlassDistortion", WrapperType=typeof(CoreImage.CIGlassDistortionProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="textureImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="Texture", PropertyType=typeof(CoreImage.CIImage), Selector="textureImage", SetterSelector="setTextureImage:")]
[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.None, GetterSelector="scale", IsProperty=true, IsRequired=true, IsStatic=false, Name="Scale", PropertyType=typeof(System.Single), Selector="scale", SetterSelector="setScale:")]
public interface ICIGlassDistortionProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIGlassDistortion", WrapperType=typeof(CoreImage.CIGlassDistortionProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="textureImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="Texture", PropertyType=typeof(CoreImage.CIImage), Selector="textureImage", SetterSelector="setTextureImage:")>]
[<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.None, GetterSelector="scale", IsProperty=true, IsRequired=true, IsStatic=false, Name="Scale", PropertyType=typeof(System.Single), Selector="scale", SetterSelector="setScale:")>]
type ICIGlassDistortionProtocol = 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) |
| InputCenter |
Gets or sets the center of the input texture. |
| InputImage |
Gets or sets an image to filter. |
| OutputImage | (Inherited from ICIFilterProtocol) |
| Scale |
Gets or sets the scale of the input texture. |
| Texture |
Gets or sets the texture map to use for the glass distortion effect. |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |