다음을 통해 공유


ScriptIntrinsicBlend.ForEachDstIn 메서드

정의

오버로드

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.renderscript.ScriptIntrinsicBlend.forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation)Java 설명서

이 페이지의 일부는 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

대상 버퍼

opt
Script.LaunchOptions

클리핑을 위한 LaunchOptions

특성

설명

에 대한 android.renderscript.ScriptIntrinsicBlend.forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상