Share via


ICILinearGradientProtocol Interface

Definition

This interface represents the Objective-C protocol CILinearGradient.

[Foundation.Protocol(Name="CILinearGradient", WrapperType=typeof(CoreImage.CILinearGradientProtocolWrapper))]
[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.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:")]
public interface ICILinearGradientProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CILinearGradient", WrapperType=typeof(CoreImage.CILinearGradientProtocolWrapper))>]
[<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.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:")>]
type ICILinearGradientProtocol = 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 the color at InputPoint0.

Color1

Gets or sets the color at InputPoint1.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputPoint0

Gets or sets the first point.

InputPoint1

Gets or sets the second point.

OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

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

Applies to