ScriptIntrinsicBlend.ForEachMultiply 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ForEachMultiply(Allocation, Allocation) |
set dst = src * dst |
ForEachMultiply(Allocation, Allocation, Script+LaunchOptions) |
set dst = src * dst |
ForEachMultiply(Allocation, Allocation)
set dst = src * dst
[Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")]
public virtual void ForEachMultiply (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Handler")>]
abstract member ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
override this.ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit
매개 변수
- ain
- Allocation
원본 버퍼
- aout
- Allocation
대상 버퍼
- 특성
설명
set dst = src * dst
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.
적용 대상
ForEachMultiply(Allocation, Allocation, Script+LaunchOptions)
set dst = src * dst
[Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")]
public virtual void ForEachMultiply (Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEachMultiply", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEachMultiply_Landroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_Script_LaunchOptions_Handler")>]
abstract member ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEachMultiply : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
매개 변수
- ain
- Allocation
원본 버퍼
- aout
- Allocation
대상 버퍼
클리핑을 위한 LaunchOptions
- 특성
설명
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.