GestureUtils.ComputeOrientedBoundingBox Method
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.
Overloads
ComputeOrientedBoundingBox(IList<GesturePoint>) |
Computes an oriented, minimum bounding box of a set of points. |
ComputeOrientedBoundingBox(Single[]) |
Computes an oriented, minimum bounding box of a set of points. |
ComputeOrientedBoundingBox(IList<GesturePoint>)
Computes an oriented, minimum bounding box of a set of points.
[Android.Runtime.Register("computeOrientedBoundingBox", "(Ljava/util/ArrayList;)Landroid/gesture/OrientedBoundingBox;", "")]
public static Android.Gestures.OrientedBoundingBox? ComputeOrientedBoundingBox (System.Collections.Generic.IList<Android.Gestures.GesturePoint>? originalPoints);
[<Android.Runtime.Register("computeOrientedBoundingBox", "(Ljava/util/ArrayList;)Landroid/gesture/OrientedBoundingBox;", "")>]
static member ComputeOrientedBoundingBox : System.Collections.Generic.IList<Android.Gestures.GesturePoint> -> Android.Gestures.OrientedBoundingBox
Parameters
- originalPoints
- IList<GesturePoint>
originalPoints
Returns
an oriented bounding box
- Attributes
Remarks
Computes an oriented, minimum bounding box of a set of points.
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
ComputeOrientedBoundingBox(Single[])
Computes an oriented, minimum bounding box of a set of points.
[Android.Runtime.Register("computeOrientedBoundingBox", "([F)Landroid/gesture/OrientedBoundingBox;", "")]
public static Android.Gestures.OrientedBoundingBox? ComputeOrientedBoundingBox (float[]? originalPoints);
[<Android.Runtime.Register("computeOrientedBoundingBox", "([F)Landroid/gesture/OrientedBoundingBox;", "")>]
static member ComputeOrientedBoundingBox : single[] -> Android.Gestures.OrientedBoundingBox
Parameters
- originalPoints
- Single[]
originalPoints
Returns
an oriented bounding box
- Attributes
Remarks
Computes an oriented, minimum bounding box of a set of points.
Java documentation for android.gesture.GestureUtils.computeOrientedBoundingBox(float[])
.
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.