Share via


ICINinePartTiledProtocol Interface

Definition

This interface represents the Objective-C protocol CINinePartTiled.

[Foundation.Protocol(Name="CINinePartTiled", WrapperType=typeof(CoreImage.CINinePartTiledProtocolWrapper))]
[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="breakpoint0", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBreakpoint0", PropertyType=typeof(CoreGraphics.CGPoint), Selector="breakpoint0", SetterSelector="setBreakpoint0:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="breakpoint1", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBreakpoint1", PropertyType=typeof(CoreGraphics.CGPoint), Selector="breakpoint1", SetterSelector="setBreakpoint1:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="growAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputGrowAmount", PropertyType=typeof(CoreGraphics.CGPoint), Selector="growAmount", SetterSelector="setGrowAmount:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="flipYTiles", IsProperty=true, IsRequired=true, IsStatic=false, Name="FlipYTiles", PropertyType=typeof(System.Boolean), Selector="flipYTiles", SetterSelector="setFlipYTiles:")]
public interface ICINinePartTiledProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CINinePartTiled", WrapperType=typeof(CoreImage.CINinePartTiledProtocolWrapper))>]
[<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="breakpoint0", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBreakpoint0", PropertyType=typeof(CoreGraphics.CGPoint), Selector="breakpoint0", SetterSelector="setBreakpoint0:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="breakpoint1", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputBreakpoint1", PropertyType=typeof(CoreGraphics.CGPoint), Selector="breakpoint1", SetterSelector="setBreakpoint1:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="growAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputGrowAmount", PropertyType=typeof(CoreGraphics.CGPoint), Selector="growAmount", SetterSelector="setGrowAmount:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="flipYTiles", IsProperty=true, IsRequired=true, IsStatic=false, Name="FlipYTiles", PropertyType=typeof(System.Boolean), Selector="flipYTiles", SetterSelector="setFlipYTiles:")>]
type ICINinePartTiledProtocol = 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
FlipYTiles
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputBreakpoint0
InputBreakpoint1
InputGrowAmount
InputImage

Gets or sets an image to filter.

OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

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

Applies to