ScriptIntrinsicBlend.ForEachClear Método

Definición

Sobrecargas

Nombre Description
ForEachClear(Allocation, Allocation)

Establece dst = {0, 0, 0, 0}

ForEachClear(Allocation, Allocation, Script+LaunchOptions)

Establece dst = {0, 0, 0, 0}

ForEachClear(Allocation, Allocation)

Establece dst = {0, 0, 0, 0}

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

Parámetros

ain
Allocation

Búfer de origen

aout
Allocation

Búfer de destino

Atributos

Comentarios

Establece dst = {0, 0, 0, 0}

Java documentación para android.renderscript.ScriptIntrinsicBlend.forEachClear(android.renderscript.Allocation, android.renderscript.Allocation).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ForEachClear(Allocation, Allocation, Script+LaunchOptions)

Establece dst = {0, 0, 0, 0}

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

Parámetros

ain
Allocation

Búfer de origen

aout
Allocation

Búfer de destino

opt
Script.LaunchOptions

LaunchOptions para el recorte

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a