GestureUtils.ComputeOrientedBoundingBox 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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>
原始積分
傳回
定向包圍盒
- 屬性
備註
計算一個有向、最小邊界盒,包含一組點。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
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[]
原始積分
傳回
定向包圍盒
- 屬性
備註
計算一個有向、最小邊界盒,包含一組點。
Java 文件 android.gesture.GestureUtils.computeOrientedBoundingBox(float[])。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。