Share via


ICIStripesGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CIStripesGenerator.

[Foundation.Protocol(Name="CIStripesGenerator", WrapperType=typeof(CoreImage.CIStripesGeneratorProtocolWrapper))]
[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 ICIStripesGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIStripesGenerator", WrapperType=typeof(CoreImage.CIStripesGeneratorProtocolWrapper))>]
[<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 ICIStripesGeneratorProtocol = 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 stripe color.

Color1

Gets or sets the second stripe color.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputCenter

Gets or sets the center of the stripes.

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 width of the stripes.

Extension Methods

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

Applies to