ScriptIntrinsicResize.ForEach_bicubic Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
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.
LaunchOptions pour la capture
- Attributs
Remarques
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.