共用方式為


ScriptIntrinsicBlend.ForEachMultiply 方法

定義

多載

ForEachMultiply(Allocation, Allocation)

設定 dst = src * dst

ForEachMultiply(Allocation, Allocation, Script+LaunchOptions)

設定 dst = src * dst

ForEachMultiply(Allocation, Allocation)

設定 dst = src * dst

[Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual void ForEachMultiply (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")>]
abstract member ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
override this.ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit

參數

ain
Allocation

來源緩衝區

aout
Allocation

目的地緩衝區

屬性

備註

設定 dst = src * dst

android.renderscript.ScriptIntrinsicBlend.forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocation)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ForEachMultiply(Allocation, Allocation, Script+LaunchOptions)

設定 dst = src * dst

[Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")]
public virtual void ForEachMultiply (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")>]
abstract member ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit

參數

ain
Allocation

來源緩衝區

aout
Allocation

目的地緩衝區

opt
Script.LaunchOptions

用於裁剪的 LaunchOptions

屬性

備註

android.renderscript.ScriptIntrinsicBlend.forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocation)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於