Linguaggio

Point.Set(Int32, Int32) Metodo

Definizione

Impostare le coordinate x e y del punto

[Android.Runtime.Register("set", "(II)V", "GetSet_IIHandler")]
public virtual void Set(int x, int y);
[<Android.Runtime.Register("set", "(II)V", "GetSet_IIHandler")>]
abstract member Set : int * int -> unit
override this.Set : int * int -> unit

Parametri

x
Int32
y
Int32
Attributi

Commenti

Impostare le coordinate x e y del punto

per android.graphics.Point.set(int, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a