Share via


ICICheckerboardGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CICheckerboardGenerator.

[Foundation.Protocol(Name="CICheckerboardGenerator", WrapperType=typeof(CoreImage.CICheckerboardGeneratorProtocolWrapper))]
[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.Strong, GetterSelector="color0", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color0", PropertyType=typeof(CoreImage.CIColor), Selector="color0", SetterSelector="setColor0:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="color1", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color1", PropertyType=typeof(CoreImage.CIColor), Selector="color1", SetterSelector="setColor1:")]
[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="sharpness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Sharpness", PropertyType=typeof(System.Single), Selector="sharpness", SetterSelector="setSharpness:")]
public interface ICICheckerboardGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CICheckerboardGenerator", WrapperType=typeof(CoreImage.CICheckerboardGeneratorProtocolWrapper))>]
[<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.Strong, GetterSelector="color0", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color0", PropertyType=typeof(CoreImage.CIColor), Selector="color0", SetterSelector="setColor0:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="color1", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color1", PropertyType=typeof(CoreImage.CIColor), Selector="color1", SetterSelector="setColor1:")>]
[<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="sharpness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Sharpness", PropertyType=typeof(System.Single), Selector="sharpness", SetterSelector="setSharpness:")>]
type ICICheckerboardGeneratorProtocol = 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
Color0

Gets or sets first square color

Color1

Gets or sets second square color

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputCenter

Gets or sets the center of the checkerboard pattern.

OutputImage (Inherited from ICIFilterProtocol)
Sharpness

Gets or sets the sharpness of the stripe pattern. 1 is sharp. 0 is maximally blurry.

Width

Gets or sets the length of the sides of the squares.

Extension Methods

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

Applies to