Surface.SetSize(Int32, Int32) Método

Definición

Establece el ancho y alto del búfer de esta superficie.

[Android.Runtime.Register("setSize", "(II)V", "GetSetSize_IIHandler")]
public virtual void SetSize(int w, int h);
[<Android.Runtime.Register("setSize", "(II)V", "GetSetSize_IIHandler")>]
abstract member SetSize : int * int -> unit
override this.SetSize : int * int -> unit

Parámetros

w
Int32

Valor System.Int32 usado para w.

h
Int32

Valor System.Int32 usado para h.

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a