ScriptIntrinsicResize.ForEach_bicubic Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
LaunchOptions for clipping
- Attributes
Remarks
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.