ScriptIntrinsicBlend.ForEachDstIn メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ForEachDstIn(Allocation, Allocation) |
dst = dst * src を設定します。 |
ForEachDstIn(Allocation, Allocation, Script+LaunchOptions) |
dst = dst * src を設定します。 |
ForEachDstIn(Allocation, Allocation)
dst = dst * src を設定します。
[Android.Runtime.Register("forEachDstIn", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachDstIn_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual void ForEachDstIn (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEachDstIn", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachDstIn_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")>]
abstract member ForEachDstIn : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
override this.ForEachDstIn : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
パラメーター
- ain
- Allocation
ソース バッファー
- aout
- Allocation
宛先バッファー
- 属性
注釈
dst = dst * src.a を設定します
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
ForEachDstIn(Allocation, Allocation, Script+LaunchOptions)
dst = dst * src を設定します。
[Android.Runtime.Register("forEachDstIn", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachDstIn_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")]
public virtual void ForEachDstIn (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEachDstIn", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachDstIn_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")>]
abstract member ForEachDstIn : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEachDstIn : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
パラメーター
- ain
- Allocation
ソース バッファー
- aout
- Allocation
宛先バッファー
クリッピング用の LaunchOptions
- 属性
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。