ScriptIntrinsicBlend.ForEachMultiply 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 開放原始碼專案所建立和共用的工作進行修改,並根據 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
目的地緩衝區
用於裁剪的 LaunchOptions
- 屬性
備註
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。