共用方式為


MeteringRectangle.UpperLeftPoint 屬性

定義

建立左上方 (X,Y) 座標做為 Point的便利方法。

public Android.Graphics.Point? UpperLeftPoint { [Android.Runtime.Register("getUpperLeftPoint", "()Landroid/graphics/Point;", "")] get; }
[<get: Android.Runtime.Register("getUpperLeftPoint", "()Landroid/graphics/Point;", "")>]
member this.UpperLeftPoint : Android.Graphics.Point

屬性值

同時具有 x,y >= 0 的新(x,y)Point

屬性

備註

建立左上方 (X,Y) 座標做為 Point的便利方法。

android.hardware.camera2.params.MeteringRectangle.getUpperLeftPoint()Java 檔。

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

適用於