GestureUtils.ComputeOrientedBoundingBox メソッド

定義

オーバーロード

ComputeOrientedBoundingBox(IList<GesturePoint>)

一連のポイントの指向の最小境界ボックスを計算します。

ComputeOrientedBoundingBox(Single[])

一連のポイントの指向の最小境界ボックスを計算します。

ComputeOrientedBoundingBox(IList<GesturePoint>)

一連のポイントの指向の最小境界ボックスを計算します。

[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

パラメーター

originalPoints
IList<GesturePoint>

originalPoints

戻り値

方向の境界ボックス

属性

注釈

一連のポイントの指向の最小境界ボックスを計算します。

の Java ドキュメント android.gesture.GestureUtils.computeOrientedBoundingBox(java.util.ArrayList<android.gesture.GesturePoint>)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

ComputeOrientedBoundingBox(Single[])

一連のポイントの指向の最小境界ボックスを計算します。

[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

パラメーター

originalPoints
Single[]

originalPoints

戻り値

方向の境界ボックス

属性

注釈

一連のポイントの指向の最小境界ボックスを計算します。

の Java ドキュメント android.gesture.GestureUtils.computeOrientedBoundingBox(float[])

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象