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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。