Share via


ICIRadialGradientProtocol Interface

Definition

This interface represents the Objective-C protocol CIRadialGradient.

[Foundation.Protocol(Name="CIRadialGradient", WrapperType=typeof(CoreImage.CIRadialGradientProtocolWrapper))]
[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.None, GetterSelector="radius0", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius0", PropertyType=typeof(System.Single), Selector="radius0", SetterSelector="setRadius0:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius1", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius1", PropertyType=typeof(System.Single), Selector="radius1", SetterSelector="setRadius1:")]
[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 ICIRadialGradientProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIRadialGradient", WrapperType=typeof(CoreImage.CIRadialGradientProtocolWrapper))>]
[<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.None, GetterSelector="radius0", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius0", PropertyType=typeof(System.Single), Selector="radius0", SetterSelector="setRadius0:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius1", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius1", PropertyType=typeof(System.Single), Selector="radius1", SetterSelector="setRadius1:")>]
[<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 ICIRadialGradientProtocol = 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 the Radius0 location in the gradient.

Color1

Gets or sets the color at the Radius1 location in the gradient.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputCenter

Gets or sets the center of the gradient.

OutputImage (Inherited from ICIFilterProtocol)
Radius0

Gets or sets the first radius of the gradient.

Radius1

Gets or sets the second radius of the gradient.

Extension Methods

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

Applies to