FaceDetector.Face.GetMidPoint(PointF) Method

Definition

Sets the position of the mid-point between the eyes.

[Android.Runtime.Register("getMidPoint", "(Landroid/graphics/PointF;)V", "GetGetMidPoint_Landroid_graphics_PointF_Handler")]
public virtual void GetMidPoint (Android.Graphics.PointF? point);
[<Android.Runtime.Register("getMidPoint", "(Landroid/graphics/PointF;)V", "GetGetMidPoint_Landroid_graphics_PointF_Handler")>]
abstract member GetMidPoint : Android.Graphics.PointF -> unit
override this.GetMidPoint : Android.Graphics.PointF -> unit

Parameters

point
PointF

the PointF coordinates (float values) of the face's mid-point

Attributes

Remarks

Sets the position of the mid-point between the eyes.

Java documentation for android.media.FaceDetector.Face.getMidPoint(android.graphics.PointF).

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