MeteringRectangle.UpperLeftPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
a new (x,y)
Point
with both x,y >= 0
- Attributes
Remarks
Convenience method to create the upper-left (X,Y) coordinate as a Point
.
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.