Share via


ICIRoundedRectangleStrokeGeneratorProtocol Interface

Definition

This interface represents the Objective-C protocol CIRoundedRectangleStrokeGenerator.

[Foundation.Protocol(Name="CIRoundedRectangleStrokeGenerator", WrapperType=typeof(CoreImage.CIRoundedRectangleStrokeGeneratorProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", 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="width", IsProperty=true, IsRequired=true, IsStatic=false, Name="Width", PropertyType=typeof(System.Single), Selector="width", SetterSelector="setWidth:")]
[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.Strong, GetterSelector="smoothness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Smoothness", PropertyType=typeof(System.Single), Selector="smoothness", SetterSelector="setSmoothness:")]
public interface ICIRoundedRectangleStrokeGeneratorProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIRoundedRectangleStrokeGenerator", WrapperType=typeof(CoreImage.CIRoundedRectangleStrokeGeneratorProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="extent", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputExtent", 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="width", IsProperty=true, IsRequired=true, IsStatic=false, Name="Width", PropertyType=typeof(System.Single), Selector="width", SetterSelector="setWidth:")>]
[<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.Strong, GetterSelector="smoothness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Smoothness", PropertyType=typeof(System.Single), Selector="smoothness", SetterSelector="setSmoothness:")>]
type ICIRoundedRectangleStrokeGeneratorProtocol = 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
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputExtent
OutputImage (Inherited from ICIFilterProtocol)
Radius
Smoothness
Width

Extension Methods

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

Applies to