Share via


ICIBlurredRoundedRectangleGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CIBlurredRoundedRectangleGenerator.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="CIBlurredRoundedRectangleGenerator", WrapperType=typeof(CoreImage.CIBlurredRoundedRectangleGeneratorProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="Extent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")]
[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="smoothness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Smoothness", PropertyType=typeof(System.Single), Selector="smoothness", SetterSelector="setSmoothness:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sigma", IsProperty=true, IsRequired=true, IsStatic=false, Name="Sigma", PropertyType=typeof(System.Single), Selector="sigma", SetterSelector="setSigma:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")]
public interface ICIBlurredRoundedRectangleGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="CIBlurredRoundedRectangleGenerator", WrapperType=typeof(CoreImage.CIBlurredRoundedRectangleGeneratorProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="Extent", PropertyType=typeof(CoreGraphics.CGRect), Selector="extent", SetterSelector="setExtent:")>]
[<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="smoothness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Smoothness", PropertyType=typeof(System.Single), Selector="smoothness", SetterSelector="setSmoothness:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sigma", IsProperty=true, IsRequired=true, IsStatic=false, Name="Sigma", PropertyType=typeof(System.Single), Selector="sigma", SetterSelector="setSigma:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="color", IsProperty=true, IsRequired=true, IsStatic=false, Name="Color", PropertyType=typeof(CoreImage.CIColor), Selector="color", SetterSelector="setColor:")>]
type ICIBlurredRoundedRectangleGeneratorProtocol = 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
Extent
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
OutputImage (Inherited from ICIFilterProtocol)
Radius
Sigma
Smoothness

Extension Methods

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

Applies to