Allocation.Copy3DRangeTo 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.
[Android.Runtime.Register("copy3DRangeTo", "(IIIIIILjava/lang/Object;)V", "GetCopy3DRangeTo_IIIIIILjava_lang_Object_Handler", ApiSince=23)]
public virtual void Copy3DRangeTo(int xoff, int yoff, int zoff, int w, int h, int d, Java.Lang.Object? array);
[<Android.Runtime.Register("copy3DRangeTo", "(IIIIIILjava/lang/Object;)V", "GetCopy3DRangeTo_IIIIIILjava_lang_Object_Handler", ApiSince=23)>]
abstract member Copy3DRangeTo : int * int * int * int * int * int * Java.Lang.Object -> unit
override this.Copy3DRangeTo : int * int * int * int * int * int * Java.Lang.Object -> unit
Paramètres
- xoff
- Int32
- yoff
- Int32
- zoff
- Int32
- w
- Int32
- h
- Int32
- d
- Int32
- array
- Object
- Attributs
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.