Share via


ScriptIntrinsicBlend.ForEachSrc 메서드

정의

오버로드

ForEachSrc(Allocation, Allocation)

set dst = src

ForEachSrc(Allocation, Allocation, Script+LaunchOptions)

set dst = src

ForEachSrc(Allocation, Allocation)

set 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

대상 버퍼

특성

설명

set dst = src

에 대한 Java 설명서입니다 android.renderscript.ScriptIntrinsicBlend.forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상

ForEachSrc(Allocation, Allocation, Script+LaunchOptions)

set 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

특성

설명

에 대한 Java 설명서입니다 android.renderscript.ScriptIntrinsicBlend.forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상