Face.RightEyePosition 属性

定义

右眼中心坐标。

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

属性值

右眼位置,或 null 未知。

属性

注解

右眼中心坐标。

坐标与它们 #getBounds位于同一空间中。这是一个可选字段,在所有设备上都可能不受支持。 如果不支持,该值将始终设置为 null。 仅当返回#ID_UNSUPPORTED#getId(),此值将始终为 null。

适用于 . 的 android.hardware.camera2.params.Face.getRightEyePosition()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于