ICIHighlightShadowAdjustProtocol インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインターフェイスは、Objective-C プロトコル CIHighlightShadowAdjustを表します。
[Foundation.Protocol(Name="CIHighlightShadowAdjust", WrapperType=typeof(CoreImage.CIHighlightShadowAdjustProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")]
[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="shadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowAmount", PropertyType=typeof(System.Single), Selector="shadowAmount", SetterSelector="setShadowAmount:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="highlightAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="HighlightAmount", PropertyType=typeof(System.Single), Selector="highlightAmount", SetterSelector="setHighlightAmount:")]
public interface ICIHighlightShadowAdjustProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIHighlightShadowAdjust", WrapperType=typeof(CoreImage.CIHighlightShadowAdjustProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")>]
[<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="shadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowAmount", PropertyType=typeof(System.Single), Selector="shadowAmount", SetterSelector="setShadowAmount:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="highlightAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="HighlightAmount", PropertyType=typeof(System.Single), Selector="highlightAmount", SetterSelector="setHighlightAmount:")>]
type ICIHighlightShadowAdjustProtocol = interface
interface INativeObject
interface IDisposable
interface ICIFilterProtocol
- 派生
- 属性
- 実装
注釈
このインターフェイス (およびサブクラス NSObject) を実装するクラスは、このインターフェイスが表す Objective-C プロトコルの実装として Objective-C にエクスポートされます。
クラスは、プロトコルのメンバーを実装するために、このインターフェイスのメンバーを実装することもできます。
プロパティ
| 名前 | 説明 |
|---|---|
| Handle |
アンマネージ オブジェクト表現へのハンドル (ポインター)。 (継承元 INativeObject) |
| HighlightAmount |
強調表示を減衰させる量を制御する範囲 [0,1] の値を取得または設定します。 |
| InputImage |
フィルター処理するイメージを取得または設定します。 |
| OutputImage |
このインターフェイスは、Objective-C プロトコル |
| Radius |
フィルターの円形の範囲。 |
| ShadowAmount |
網かけ領域を明るくする量を制御する範囲 [0,1] の値を取得または設定します。 |
拡張メソッド
| 名前 | 説明 |
|---|---|
| GetHandle(INativeObject) |
このインターフェイスは、Objective-C プロトコル |
| GetNonNullHandle(INativeObject, String) |
このインターフェイスは、Objective-C プロトコル |