ScriptIntrinsicResize.ForEach_bicubic Method

Definition

Overloads

ForEach_bicubic(Allocation)

Resize copy the input allocation to the output specified.

ForEach_bicubic(Allocation, Script+LaunchOptions)

Resize copy the input allocation to the output specified.

ForEach_bicubic(Allocation)

Resize copy the input allocation to the output specified.

[Android.Runtime.Register("forEach_bicubic", "(Landroid/renderscript/Allocation;)V", "")]
public void ForEach_bicubic (Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEach_bicubic", "(Landroid/renderscript/Allocation;)V", "")>]
member this.ForEach_bicubic : Android.Renderscripts.Allocation -> unit

Parameters

aout
Allocation

Output allocation. Element type must match current input. Must not be same as input.

Attributes

Remarks

Resize copy the input allocation to the output specified. The Allocation is rescaled if necessary using bi-cubic interpolation.

Java documentation for android.renderscript.ScriptIntrinsicResize.forEach_bicubic(android.renderscript.Allocation).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ForEach_bicubic(Allocation, Script+LaunchOptions)

Resize copy the input allocation to the output specified.

[Android.Runtime.Register("forEach_bicubic", "(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")]
public void ForEach_bicubic (Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEach_bicubic", "(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")>]
member this.ForEach_bicubic : Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit

Parameters

aout
Allocation

Output allocation. Element type must match current input. Must not be same as input.

opt
Script.LaunchOptions

LaunchOptions for clipping

Attributes

Remarks

Java documentation for android.renderscript.ScriptIntrinsicResize.forEach_bicubic(android.renderscript.Allocation).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to