ScriptIntrinsicBlend.ForEachDstIn Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ForEachDstIn(Allocation, Allocation) |
Imposta dst = dst * src. |
ForEachDstIn(Allocation, Allocation, Script+LaunchOptions) |
Imposta dst = dst * src. |
ForEachDstIn(Allocation, Allocation)
Imposta 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
Parametri
- ain
- Allocation
Buffer di origine
- aout
- Allocation
Buffer di destinazione
- Attributi
Commenti
Imposta dst = dst * src.a
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
ForEachDstIn(Allocation, Allocation, Script+LaunchOptions)
Imposta 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
Parametri
- ain
- Allocation
Buffer di origine
- aout
- Allocation
Buffer di destinazione
LaunchOptions per ritagliare
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.