MeteringRectangle.UpperLeftPoint Property

Definition

Convenience method to create the upper-left (X,Y) coordinate as a 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

Property Value

Point

a new (x,y)Point with both x,y >= 0

Attributes

Remarks

Java documentation for android.hardware.camera2.params.MeteringRectangle.getUpperLeftPoint().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to