Face.LeftEyePosition 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.
The coordinates of the center of the left eye.
public Android.Graphics.Point? LeftEyePosition { [Android.Runtime.Register("getLeftEyePosition", "()Landroid/graphics/Point;", "")] get; }
[<get: Android.Runtime.Register("getLeftEyePosition", "()Landroid/graphics/Point;", "")>]
member this.LeftEyePosition : Android.Graphics.Point
Property Value
The left eye position, or null
if unknown.
- Attributes
Remarks
The coordinates of the center of the left eye.
The coordinates are in the same space as the ones for #getBounds
. This is an optional field and may not be supported on all devices. If not supported, the value will always be set to null. This value will always be null only if #getId()
returns #ID_UNSUPPORTED
.
Java documentation for android.hardware.camera2.params.Face.getLeftEyePosition()
.
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.