ScriptIntrinsicBlend.ForEachSrc 方法

定义

重载

ForEachSrc(Allocation, Allocation)

Sets dst = src

ForEachSrc(Allocation, Allocation, Script+LaunchOptions)

Sets dst = src

ForEachSrc(Allocation, Allocation)

Sets dst = src

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

参数

ain
Allocation

源缓冲区

aout
Allocation

目标缓冲区

属性

注解

Sets dst = src

android.renderscript.ScriptIntrinsicBlend.forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation)Java 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于

ForEachSrc(Allocation, Allocation, Script+LaunchOptions)

Sets dst = src

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

参数

ain
Allocation

源缓冲区

aout
Allocation

目标缓冲区

opt
Script.LaunchOptions

用于剪辑的 LaunchOptions

属性

注解

android.renderscript.ScriptIntrinsicBlend.forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation)Java 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于