Share via


ICIGlassLozengeProtocol Interface

Definition

This interface represents the Objective-C protocol CIGlassLozenge.

[Foundation.Protocol(Name="CIGlassLozenge", WrapperType=typeof(CoreImage.CIGlassLozengeProtocolWrapper))]
[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.UnsafeUnretained, GetterSelector="point0", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint0", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point0", SetterSelector="setPoint0:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point1", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint1", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point1", SetterSelector="setPoint1:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="refraction", IsProperty=true, IsRequired=true, IsStatic=false, Name="Refraction", PropertyType=typeof(System.Single), Selector="refraction", SetterSelector="setRefraction:")]
public interface ICIGlassLozengeProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIGlassLozenge", WrapperType=typeof(CoreImage.CIGlassLozengeProtocolWrapper))>]
[<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.UnsafeUnretained, GetterSelector="point0", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint0", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point0", SetterSelector="setPoint0:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point1", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint1", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point1", SetterSelector="setPoint1:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="refraction", IsProperty=true, IsRequired=true, IsStatic=false, Name="Refraction", PropertyType=typeof(System.Single), Selector="refraction", SetterSelector="setRefraction:")>]
type ICIGlassLozengeProtocol = 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)
InputImage

Gets or sets an image to filter.

InputPoint0

Gets or sets the first point that defines the long axis of the lozenge.

InputPoint1

Gets or sets the second point that defines the long axis of the lozenge.

OutputImage (Inherited from ICIFilterProtocol)
Radius

Gets or sets the radius, and therefore the half-width, of the lozenge.

Refraction

Gets or sets the amount simulated refraction for the lozenge. Default is 1.7.

Extension Methods

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

Applies to