Share via


ICISmoothLinearGradientProtocol Interface

Definition

This interface represents the Objective-C protocol CISmoothLinearGradient.

[Foundation.Protocol(Name="CISmoothLinearGradient", WrapperType=typeof(CoreImage.CISmoothLinearGradientProtocolWrapper))]
[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 ICISmoothLinearGradientProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CISmoothLinearGradient", WrapperType=typeof(CoreImage.CISmoothLinearGradientProtocolWrapper))>]
[<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 ICISmoothLinearGradientProtocol = 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

The color associated with InputPoint0.

Color1

The color associated with InputPoint1

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputPoint0

The point associated with Color0

InputPoint1

The point associated with Color1

OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

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

Applies to