Share via


ICIStarShineGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CIStarShineGenerator.

[Foundation.Protocol(Name="CIStarShineGenerator", WrapperType=typeof(CoreImage.CIStarShineGeneratorProtocolWrapper))]
[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="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossScale", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossScale", PropertyType=typeof(System.Single), Selector="crossScale", SetterSelector="setCrossScale:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossAngle", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossAngle", PropertyType=typeof(System.Single), Selector="crossAngle", SetterSelector="setCrossAngle:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossOpacity", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossOpacity", PropertyType=typeof(System.Single), Selector="crossOpacity", SetterSelector="setCrossOpacity:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossWidth", PropertyType=typeof(System.Single), Selector="crossWidth", SetterSelector="setCrossWidth:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="epsilon", IsProperty=true, IsRequired=true, IsStatic=false, Name="Epsilon", PropertyType=typeof(System.Single), Selector="epsilon", SetterSelector="setEpsilon:")]
public interface ICIStarShineGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIStarShineGenerator", WrapperType=typeof(CoreImage.CIStarShineGeneratorProtocolWrapper))>]
[<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="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossScale", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossScale", PropertyType=typeof(System.Single), Selector="crossScale", SetterSelector="setCrossScale:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossAngle", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossAngle", PropertyType=typeof(System.Single), Selector="crossAngle", SetterSelector="setCrossAngle:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossOpacity", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossOpacity", PropertyType=typeof(System.Single), Selector="crossOpacity", SetterSelector="setCrossOpacity:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="crossWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="CrossWidth", PropertyType=typeof(System.Single), Selector="crossWidth", SetterSelector="setCrossWidth:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="epsilon", IsProperty=true, IsRequired=true, IsStatic=false, Name="Epsilon", PropertyType=typeof(System.Single), Selector="epsilon", SetterSelector="setEpsilon:")>]
type ICIStarShineGeneratorProtocol = 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
Color

Gets or sets the color of the star shine filter.

CrossAngle

Gets or sets the angle that the cross of the star shine makes with the horizontal, in radians.

CrossOpacity

Gets or sets a value that controls the thickness of the radial spikes of the star shine.

CrossScale

Gets or sets the ratio of the cross spike lengths to the radius of the center.

CrossWidth

Gets or sets the thickness of the radial spikes of the star shine.

Epsilon

Gets or sets the epsilon value for the star shine generator.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputCenter

Gets or sets the center of the star shine effect.

OutputImage (Inherited from ICIFilterProtocol)
Radius

Gets or sets the radius of the entire flare.

Extension Methods

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

Applies to