共用方式為


PointF.Set 方法

定義

多載

Set(PointF)

將點的 x 和 y 座標設定為 p 的座標

Set(Single, Single)

設定點的 x 和 y 座標

Set(PointF)

將點的 x 和 y 座標設定為 p 的座標

[Android.Runtime.Register("set", "(Landroid/graphics/PointF;)V", "")]
public void Set (Android.Graphics.PointF p);
[<Android.Runtime.Register("set", "(Landroid/graphics/PointF;)V", "")>]
member this.Set : Android.Graphics.PointF -> unit

參數

p
PointF
屬性

備註

將點的 x 和 y 座標設定為 p 的座標

android.graphics.PointF.set(android.graphics.PointF)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Set(Single, Single)

設定點的 x 和 y 座標

[Android.Runtime.Register("set", "(FF)V", "")]
public void Set (float x, float y);
[<Android.Runtime.Register("set", "(FF)V", "")>]
member this.Set : single * single -> unit

參數

x
Single
y
Single
屬性

備註

設定點的 x 和 y 座標

android.graphics.PointF.set(float, float)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於