Partager via


ScriptIntrinsicResize.ForEach_bicubic Méthode

Définition

Surcharges

ForEach_bicubic(Allocation)

Redimensionnez la copie de l’allocation d’entrée dans la sortie spécifiée.

ForEach_bicubic(Allocation, Script+LaunchOptions)

Redimensionnez la copie de l’allocation d’entrée dans la sortie spécifiée.

ForEach_bicubic(Allocation)

Redimensionnez la copie de l’allocation d’entrée dans la sortie spécifiée.

[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

Paramètres

aout
Allocation

Allocation de sortie. Le type d’élément doit correspondre à l’entrée actuelle. Ne doit pas être identique à l’entrée.

Attributs

Remarques

Redimensionnez la copie de l’allocation d’entrée dans la sortie spécifiée. L’allocation est redimensionné si nécessaire à l’aide d’une interpolation bi cube.

Documentation Java pour android.renderscript.ScriptIntrinsicResize.forEach_bicubic(android.renderscript.Allocation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

ForEach_bicubic(Allocation, Script+LaunchOptions)

Redimensionnez la copie de l’allocation d’entrée dans la sortie spécifiée.

[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

Paramètres

aout
Allocation

Allocation de sortie. Le type d’élément doit correspondre à l’entrée actuelle. Ne doit pas être identique à l’entrée.

opt
Script.LaunchOptions

LaunchOptions pour la capture

Attributs

Remarques

Documentation Java pour android.renderscript.ScriptIntrinsicResize.forEach_bicubic(android.renderscript.Allocation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à